#768E10

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

Shades of Olive Drab #768E10

Tints of Olive Drab #768E10

Color information

#768E10 (or 0x768E10) is unknown color: approx Olive Drab. HEX triplet: 76, 8E and 10. RGB value is (118,142,16). Sum of RGB (Red+Green+Blue) = 118+142+16=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #768E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E10 is #8971EF. Grayscale: #787878. Windows color (decimal): -9007600 or 1085046. OLE color: 1085046.

HSL color Cylindrical-coordinate representation of color #768E10: hue angle of 71.43º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #768E10 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB11814216-
CMYK0.1700.890.44
HSL71.43º79.75%30.98%-
HSV(B)71.43º88.73%55.69%-
XYZ17.2423.234.07-
YUV120.4669.05126.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=42.75%
G=51.45%
B=5.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142160.1700.890.4471.4379.7530.98
Hex768E10110592C47501f
Octal166216202101315410712037
Binary1110110100011101000010001010110011011001000111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E10; }

 p { color: rgb(118,142,16); }

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

<style>
 a { background-color: #768E10; }

 a { background-color: rgb(118,142,16); }

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

<style>
 span { border-color: #768E10; }

 span { border-color: rgb(118,142,16); }

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