Html Css Color HEX #70872F Olive Drab

📋 copy color: '#70872F'

red 112 ◦ green 135 ◦ blue 47

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

Shades of Olive Drab #70872F

Tints of Olive Drab #70872F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 38.1%
G = 45.92%
B = 15.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#70872F (or 0x70872F) is known color: Olive Drab. HEX triplet: 70, 87 and 2F. RGB value is (112,135,47). Sum of RGB (Red+Green+Blue) = 112+135+47=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #70872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70872F is #8F78D0. Grayscale: #767676. Windows color (decimal): -9402577 or 3114864. OLE color: 3114864.

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

Color convert

RGB 112 135 47 -
CMYK 0.17 0 0.65 0.47
HSL 75.68º 0.48% 0.36% -
HSV(B) 75.68º 0.65% 0.53% -
XYZ 15.86 20.98 5.9 -
YUV 118.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 112 135 47 0.17 0 0.65 0.47 75.68 0.48 0.36
Hex 70 87 2F 11 0 41 2F 4C 30 24
Octal 160 207 57 21 0 101 57 114 60 44
Binary 1110000 10000111 101111 10001 0 1000001 101111 1001100 110000 100100

Color Harmonies of #70872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70872F

Black with #70872F

Text Example


Text Example

White with #70872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70872F; }

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

 H1.HeaderClassName
 {
   color: #70872F;
 }
 .AnyTagClassName
 {
   color: #70872F;
 }
</style>

background-color css

<style>
 a { background-color: #70872F; }

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

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

border-color css

<style>
 span { border-color: #70872F; }

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

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