#769016

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

Shades of Olive Drab #769016

Tints of Olive Drab #769016

Color information

#769016 (or 0x769016) is unknown color: approx Olive Drab. HEX triplet: 76, 90 and 16. RGB value is (118,144,22). Sum of RGB (Red+Green+Blue) = 118+144+22=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #769016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769016 is #896FE9. Grayscale: #7A7A7A. Windows color (decimal): -9007082 or 1478774. OLE color: 1478774.

HSL color Cylindrical-coordinate representation of color #769016: hue angle of 72.79º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769016 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB11814422-
CMYK0.1800.850.44
HSL72.79º73.49%32.55%-
HSV(B)72.79º84.72%56.47%-
XYZ17.5923.864.44-
YUV122.3271.39124.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=41.55%
G=50.70%
B=7.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144220.1800.850.4472.7973.4932.55
Hex769016120552C494921
Octal166220262201255411111141
Binary11101101001000010110100100101010110110010010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769016; }

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

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

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

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

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

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

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

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