#769522

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

Shades of Olive Drab #769522

Tints of Olive Drab #769522

Color information

#769522 (or 0x769522) is unknown color: approx Olive Drab. HEX triplet: 76, 95 and 22. RGB value is (118,149,34). Sum of RGB (Red+Green+Blue) = 118+149+34=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #769522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769522 is #896ADD. Grayscale: #7F7F7F. Windows color (decimal): -9005790 or 2266486. OLE color: 2266486.

HSL color Cylindrical-coordinate representation of color #769522: hue angle of 76.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #769522 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB11814934-
CMYK0.2100.770.42
HSL76.17º62.84%35.88%-
HSV(B)76.17º77.18%58.43%-
XYZ18.5125.465.45-
YUV126.6275.73121.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=39.20%
G=49.50%
B=11.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149340.2100.770.4276.1762.8435.88
Hex7695221504D2A4c3f24
Octal16622542250115521147744
Binary11101101001010110001010101010011011010101001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769522; }

 p { color: rgb(118,149,34); }

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

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

 a { background-color: rgb(118,149,34); }

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

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

 span { border-color: rgb(118,149,34); }

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