#769624

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

Shades of Olive Drab #769624

Tints of Olive Drab #769624

Color information

#769624 (or 0x769624) is unknown color: approx Olive Drab. HEX triplet: 76, 96 and 24. RGB value is (118,150,36). Sum of RGB (Red+Green+Blue) = 118+150+36=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #769624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769624 is #8969DB. Grayscale: #7F7F7F. Windows color (decimal): -9005532 or 2397814. OLE color: 2397814.

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

Color convert

RGB11815036-
CMYK0.2100.760.41
HSL76.84º61.29%36.47%-
HSV(B)76.84º76%58.82%-
XYZ18.725.795.66-
YUV127.4476.4121.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=38.82%
G=49.34%
B=11.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150360.2100.760.4176.8461.2936.47
Hex7696241504C294d3d24
Octal16622644250114511157544
Binary11101101001011010010010101010011001010011001101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769624; }

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

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

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

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

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

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

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

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