#70992A

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

Shades of Olive Drab #70992A

Tints of Olive Drab #70992A

Color information

#70992A (or 0x70992A) is unknown color: approx Olive Drab. HEX triplet: 70, 99 and 2A. RGB value is (112,153,42). Sum of RGB (Red+Green+Blue) = 112+153+42=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #70992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70992A is #8F66D5. Grayscale: #808080. Windows color (decimal): -9397974 or 2791792. OLE color: 2791792.

HSL color Cylindrical-coordinate representation of color #70992A: hue angle of 82.16º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70992A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB11215342-
CMYK0.2700.730.4
HSL82.16º56.92%38.24%-
HSV(B)82.16º72.55%60%-
XYZ18.4926.396.31-
YUV128.0979.42116.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=36.48%
G=49.84%
B=13.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153420.2700.730.482.1656.9238.24
Hex70992A1B04928523926
Octal16023152330111501227146
Binary11100001001100110101011011010010011010001010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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