#708221

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

Shades of Olive Drab #708221

Tints of Olive Drab #708221

Color information

#708221 (or 0x708221) is unknown color: approx Olive Drab. HEX triplet: 70, 82 and 21. RGB value is (112,130,33). Sum of RGB (Red+Green+Blue) = 112+130+33=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #708221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708221 is #8F7DDE. Grayscale: #717171. Windows color (decimal): -9403871 or 2196080. OLE color: 2196080.

HSL color Cylindrical-coordinate representation of color #708221: hue angle of 71.13º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708221 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB11213033-
CMYK0.1400.750.49
HSL71.13º59.51%31.96%-
HSV(B)71.13º74.62%50.98%-
XYZ14.9419.524.42-
YUV113.5682.54126.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 33 (13.28% from 255) = 12%
R=40.73%
G=47.27%
B=12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130330.1400.750.4971.1359.5131.96
Hex708221E04B31473c20
Octal16020241160113611077440
Binary1110000100000101000011110010010111100011000111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708221; }

 p { color: rgb(112,130,33); }

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

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

 a { background-color: rgb(112,130,33); }

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

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

 span { border-color: rgb(112,130,33); }

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