#70870D

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

Shades of Olive Drab #70870D

Tints of Olive Drab #70870D

Color information

#70870D (or 0x70870D) is unknown color: approx Olive Drab. HEX triplet: 70, 87 and 0D. RGB value is (112,135,13). Sum of RGB (Red+Green+Blue) = 112+135+13=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #70870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870D is #8F78F2. Grayscale: #727272. Windows color (decimal): -9402611 or 886640. OLE color: 886640.

HSL color Cylindrical-coordinate representation of color #70870D: hue angle of 71.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70870D is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB11213513-
CMYK0.1700.900.47
HSL71.31º82.43%29.02%-
HSV(B)71.31º90.37%52.94%-
XYZ15.4220.83.58-
YUV114.2170.88126.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 13 (5.47% from 255) = 5%
R=43.08%
G=51.92%
B=5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135130.1700.900.4771.3182.4329.02
Hex7087D1105A2F47521d
Octal160207152101325710712235
Binary111000010000111110110001010110101011111000111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70870D; }

 p { color: rgb(112,135,13); }

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

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

 a { background-color: rgb(112,135,13); }

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

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

 span { border-color: rgb(112,135,13); }

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