Html Css Color HEX #70871E Olive Drab

📋 copy color: '#70871E'

red 112 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #70871E

Tints of Olive Drab #70871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 40.43%
G = 48.74%
B = 10.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#70871E (or 0x70871E) is known color: Olive Drab. HEX triplet: 70, 87 and 1E. RGB value is (112,135,30). Sum of RGB (Red+Green+Blue) = 112+135+30=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #70871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70871E is #8F78E1. Grayscale: #747474. Windows color (decimal): -9402594 or 2000752. OLE color: 2000752.

HSL color Cylindrical-coordinate representation of color #70871E: hue angle of 73.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70871E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 30 -
CMYK 0.17 0 0.78 0.47
HSL 73.14º 0.64% 0.32% -
HSV(B) 73.14º 0.78% 0.53% -
XYZ 15.58 20.87 4.43 -
YUV 116.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 112 135 30 0.17 0 0.78 0.47 73.14 0.64 0.32
Hex 70 87 1E 11 0 4E 2F 49 40 20
Octal 160 207 36 21 0 116 57 111 100 40
Binary 1110000 10000111 11110 10001 0 1001110 101111 1001001 1000000 100000

Color Harmonies of #70871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70871E

Black with #70871E

Text Example


Text Example

White with #70871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70871E; }

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

 H1.HeaderClassName
 {
   color: #70871E;
 }
 .AnyTagClassName
 {
   color: #70871E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #70871E;
 }
 .BgClassName
 {
   background-color: #70871E;
 }
</style>

border-color css

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

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

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