Html Css Color HEX #70871D Olive Drab

📋 copy color: '#70871D'

red 112 ◦ green 135 ◦ blue 29

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

Shades of Olive Drab #70871D

Tints of Olive Drab #70871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 40.58%
G = 48.91%
B = 10.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#70871D (or 0x70871D) is known color: Olive Drab. HEX triplet: 70, 87 and 1D. RGB value is (112,135,29). Sum of RGB (Red+Green+Blue) = 112+135+29=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #70871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70871D is #8F78E2. Grayscale: #747474. Windows color (decimal): -9402595 or 1935216. OLE color: 1935216.

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

Color convert

RGB 112 135 29 -
CMYK 0.17 0 0.79 0.47
HSL 73.02º 0.65% 0.32% -
HSV(B) 73.02º 0.79% 0.53% -
XYZ 15.57 20.86 4.37 -
YUV 116.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 112 135 29 0.17 0 0.79 0.47 73.02 0.65 0.32
Hex 70 87 1D 11 0 4F 2F 49 41 20
Octal 160 207 35 21 0 117 57 111 101 40
Binary 1110000 10000111 11101 10001 0 1001111 101111 1001001 1000001 100000

Color Harmonies of #70871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70871D

Black with #70871D

Text Example


Text Example

White with #70871D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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