#758F21

Color #758F21 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #758F21

Tints of Olive Drab #758F21

Color information

#758F21 (or 0x758F21) is unknown color: approx Olive Drab. HEX triplet: 75, 8F and 21. RGB value is (117,143,33). Sum of RGB (Red+Green+Blue) = 117+143+33=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #758F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F21 is #8A70DE. Grayscale: #7B7B7B. Windows color (decimal): -9072863 or 2199413. OLE color: 2199413.

HSL color Cylindrical-coordinate representation of color #758F21: hue angle of 74.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #758F21 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB11714333-
CMYK0.1800.770.44
HSL74.18º62.5%34.51%-
HSV(B)74.18º76.92%56.08%-
XYZ17.4323.545.06-
YUV122.6977.39123.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=39.93%
G=48.81%
B=11.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117143330.1800.770.4474.1862.534.51
Hex758F211204D2C4a3e23
Octal16521741220115541127643
Binary11101011000111110000110010010011011011001001010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F21; }

 p { color: rgb(117,143,33); }

 H1.HeaderClassName
 {
   color: #758F21;
 }
 .AnyTagClassName
 {
   color: #758F21;
 }
</style>
background-color css

<style>
 a { background-color: #758F21; }

 a { background-color: rgb(117,143,33); }

 div.DivClassName
 {
   background-color: #758F21;
 }
 .BgClassName
 {
   background-color: #758F21;
 }
</style>
border-color css

<style>
 span { border-color: #758F21; }

 span { border-color: rgb(117,143,33); }

 td.TdClassName
 {
   border-color: #758F21;
 }
 .TagClassName
 {
   border-color: #758F21;
 }
</style>