#70822A

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

Shades of Olive Drab #70822A

Tints of Olive Drab #70822A

Color information

#70822A (or 0x70822A) is unknown color: approx Olive Drab. HEX triplet: 70, 82 and 2A. RGB value is (112,130,42). Sum of RGB (Red+Green+Blue) = 112+130+42=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #70822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70822A is #8F7DD5. Grayscale: #727272. Windows color (decimal): -9403862 or 2785904. OLE color: 2785904.

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

Color convert

RGB11213042-
CMYK0.1400.680.49
HSL72.27º51.16%33.73%-
HSV(B)72.27º67.69%50.98%-
XYZ15.0819.585.17-
YUV114.5987.04126.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=39.44%
G=45.77%
B=14.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130420.1400.680.4972.2751.1633.73
Hex70822AE04431483322
Octal16020252160104611106342
Binary1110000100000101010101110010001001100011001000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70822A; }

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

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

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

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

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

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

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

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