Html Css Color HEX #70862F Olive Drab

📋 copy color: '#70862F'

red 112 ◦ green 134 ◦ blue 47

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

Shades of Olive Drab #70862F

Tints of Olive Drab #70862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

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

R = 38.23%
G = 45.73%
B = 16.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#70862F (or 0x70862F) is known color: Olive Drab. HEX triplet: 70, 86 and 2F. RGB value is (112,134,47). Sum of RGB (Red+Green+Blue) = 112+134+47=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #70862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70862F is #8F79D0. Grayscale: #757575. Windows color (decimal): -9402833 or 3114608. OLE color: 3114608.

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

Color convert

RGB 112 134 47 -
CMYK 0.16 0 0.65 0.47
HSL 75.17º 0.48% 0.35% -
HSV(B) 75.17º 0.65% 0.53% -
XYZ 15.72 20.7 5.86 -
YUV 117.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 112 134 47 0.16 0 0.65 0.47 75.17 0.48 0.35
Hex 70 86 2F 10 0 41 2F 4B 30 23
Octal 160 206 57 20 0 101 57 113 60 43
Binary 1110000 10000110 101111 10000 0 1000001 101111 1001011 110000 100011

Color Harmonies of #70862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70862F

Black with #70862F

Text Example


Text Example

White with #70862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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