#758e11

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

Shades of Olive Drab #758E11

Tints of Olive Drab #758E11

Color information

#758E11 (or 0x758E11) is unknown color: approx Olive Drab. HEX triplet: 75, 8E and 11. RGB value is (117,142,17). Sum of RGB (Red+Green+Blue) = 117+142+17=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #758E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758E11 is #8A71EE. Grayscale: #787878. Windows color (decimal): -9073135 or 1150581. OLE color: 1150581.

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

Color convert

RGB11714217-
CMYK0.1800.880.44
HSL72º78.62%31.18%-
HSV(B)72º88.03%55.69%-
XYZ17.1123.174.1-
YUV120.2869.72125.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=42.39%
G=51.45%
B=6.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142170.1800.880.447278.6231.18
Hex758E11120582C484f1f
Octal165216212201305411011737
Binary1110101100011101000110010010110001011001001000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758e11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,17); }

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

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

 a { background-color: rgb(117,142,17); }

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

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

 span { border-color: rgb(117,142,17); }

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