#709322

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

Shades of Olive Drab #709322

Tints of Olive Drab #709322

Color information

#709322 (or 0x709322) is unknown color: approx Olive Drab. HEX triplet: 70, 93 and 22. RGB value is (112,147,34). Sum of RGB (Red+Green+Blue) = 112+147+34=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #709322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709322 is #8F6CDD. Grayscale: #7C7C7C. Windows color (decimal): -9399518 or 2265968. OLE color: 2265968.

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

Color convert

RGB11214734-
CMYK0.2400.770.42
HSL78.58º62.43%35.49%-
HSV(B)78.58º76.87%57.65%-
XYZ17.424.435.31-
YUV123.6577.4119.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=38.23%
G=50.17%
B=11.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147340.2400.770.4278.5862.4335.49
Hex7093221804D2A4f3e23
Octal16022342300115521177643
Binary11100001001001110001011000010011011010101001111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709322; }

 p { color: rgb(112,147,34); }

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

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

 a { background-color: rgb(112,147,34); }

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

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

 span { border-color: rgb(112,147,34); }

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