#769818

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

Shades of Olive Drab #769818

Tints of Olive Drab #769818

Color information

#769818 (or 0x769818) is unknown color: approx Olive Drab. HEX triplet: 76, 98 and 18. RGB value is (118,152,24). Sum of RGB (Red+Green+Blue) = 118+152+24=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #769818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769818 is #8967E7. Grayscale: #7F7F7F. Windows color (decimal): -9005032 or 1611894. OLE color: 1611894.

HSL color Cylindrical-coordinate representation of color #769818: hue angle of 75.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #769818 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB11815224-
CMYK0.2200.840.40
HSL75.94º72.73%34.51%-
HSV(B)75.94º84.21%59.61%-
XYZ18.8626.374.96-
YUV127.2469.74121.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=40.14%
G=51.70%
B=8.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152240.2200.840.4075.9472.7334.51
Hex76981816054284c4923
Octal166230302601245011411143
Binary11101101001100011000101100101010010100010011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769818; }

 p { color: rgb(118,152,24); }

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

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

 a { background-color: rgb(118,152,24); }

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

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

 span { border-color: rgb(118,152,24); }

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