#709420

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

Shades of Olive Drab #709420

Tints of Olive Drab #709420

Color information

#709420 (or 0x709420) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 20. RGB value is (112,148,32). Sum of RGB (Red+Green+Blue) = 112+148+32=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #709420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709420 is #8F6BDF. Grayscale: #7C7C7C. Windows color (decimal): -9399264 or 2135152. OLE color: 2135152.

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

Color convert

RGB11214832-
CMYK0.2400.780.42
HSL78.62º64.44%35.29%-
HSV(B)78.62º78.38%58.04%-
XYZ17.5324.735.22-
YUV124.0176.07119.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=38.36%
G=50.68%
B=10.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148320.2400.780.4278.6264.4435.29
Hex7094201804E2A4f4023
Octal160224403001165211710043
Binary111000010010100100000110000100111010101010011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709420; }

 p { color: rgb(112,148,32); }

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

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

 a { background-color: rgb(112,148,32); }

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

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

 span { border-color: rgb(112,148,32); }

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