Html Css Color HEX #70870D Olive Drab

📋 copy color: '#70870D'

red 112 ◦ green 135 ◦ blue 13

#70870D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #70870D

Tints of Olive Drab #70870D

RGB

 RED value IS 112 (44.14% from 255) = 43.08%

 GREEN value IS 135 (53.13% from 255) = 51.92%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 43.08%
G = 51.92%
B = 5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#70870D (or 0x70870D) is known color: 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

RGB 112 135 13 -
CMYK 0.17 0 0.90 0.47
HSL 71.31º 0.82% 0.29% -
HSV(B) 71.31º 0.9% 0.53% -
XYZ 15.42 20.8 3.58 -
YUV 114.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 112 135 13 0.17 0 0.90 0.47 71.31 0.82 0.29
Hex 70 87 D 11 0 5A 2F 47 52 1D
Octal 160 207 15 21 0 132 57 107 122 35
Binary 1110000 10000111 1101 10001 0 1011010 101111 1000111 1010010 11101

Color Harmonies of #70870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70870D

Black with #70870D

Text Example


Text Example

White with #70870D

Text Example


Text Example

HTML Codes & Css Web 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>