#769611

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

Shades of Olive Drab #769611

Tints of Olive Drab #769611

Color information

#769611 (or 0x769611) is unknown color: approx Olive Drab. HEX triplet: 76, 96 and 11. RGB value is (118,150,17). Sum of RGB (Red+Green+Blue) = 118+150+17=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #769611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769611 is #8969EE. Grayscale: #7D7D7D. Windows color (decimal): -9005551 or 1152630. OLE color: 1152630.

HSL color Cylindrical-coordinate representation of color #769611: hue angle of 74.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #769611 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB11815017-
CMYK0.2100.890.41
HSL74.44º79.64%32.75%-
HSV(B)74.44º88.67%58.82%-
XYZ18.4825.74.52-
YUV125.2766.9122.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=41.40%
G=52.63%
B=5.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150170.2100.890.4174.4479.6432.75
Hex76961115059294a5021
Octal166226212501315111212041
Binary11101101001011010001101010101100110100110010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769611; }

 p { color: rgb(118,150,17); }

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

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

 a { background-color: rgb(118,150,17); }

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

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

 span { border-color: rgb(118,150,17); }

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