#769520

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

Shades of Olive Drab #769520

Tints of Olive Drab #769520

Color information

#769520 (or 0x769520) is unknown color: approx Olive Drab. HEX triplet: 76, 95 and 20. RGB value is (118,149,32). Sum of RGB (Red+Green+Blue) = 118+149+32=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #769520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769520 is #896ADF. Grayscale: #7E7E7E. Windows color (decimal): -9005792 or 2135414. OLE color: 2135414.

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

Color convert

RGB11814932-
CMYK0.2100.790.42
HSL75.9º64.64%35.49%-
HSV(B)75.9º78.52%58.43%-
XYZ18.4825.455.31-
YUV126.3974.73122.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 32 (12.89% from 255) = 10.70%
R=39.46%
G=49.83%
B=10.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149320.2100.790.4275.964.6435.49
Hex7695201504F2A4c4123
Octal166225402501175211410143
Binary111011010010101100000101010100111110101010011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769520; }

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

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

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

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

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

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

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

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