#769116

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

Shades of Olive Drab #769116

Tints of Olive Drab #769116

Color information

#769116 (or 0x769116) is unknown color: approx Olive Drab. HEX triplet: 76, 91 and 16. RGB value is (118,145,22). Sum of RGB (Red+Green+Blue) = 118+145+22=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #769116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769116 is #896EE9. Grayscale: #7B7B7B. Windows color (decimal): -9006826 or 1479030. OLE color: 1479030.

HSL color Cylindrical-coordinate representation of color #769116: hue angle of 73.17º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769116 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB11814522-
CMYK0.1900.850.43
HSL73.17º73.65%32.75%-
HSV(B)73.17º84.83%56.86%-
XYZ17.7424.164.49-
YUV122.971.05124.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=41.40%
G=50.88%
B=7.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145220.1900.850.4373.1773.6532.75
Hex769116130552B494a21
Octal166221262301255311111241
Binary11101101001000110110100110101010110101110010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769116; }

 p { color: rgb(118,145,22); }

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

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

 a { background-color: rgb(118,145,22); }

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

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

 span { border-color: rgb(118,145,22); }

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