Html Css Color HEX #70872D Olive Drab

📋 copy color: '#70872D'

red 112 ◦ green 135 ◦ blue 45

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

Shades of Olive Drab #70872D

Tints of Olive Drab #70872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 38.36%
G = 46.23%
B = 15.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#70872D (or 0x70872D) is known color: Olive Drab. HEX triplet: 70, 87 and 2D. RGB value is (112,135,45). Sum of RGB (Red+Green+Blue) = 112+135+45=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #70872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70872D is #8F78D2. Grayscale: #767676. Windows color (decimal): -9402579 or 2983792. OLE color: 2983792.

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

Color convert

RGB 112 135 45 -
CMYK 0.17 0 0.67 0.47
HSL 75.33º 0.5% 0.35% -
HSV(B) 75.33º 0.67% 0.53% -
XYZ 15.82 20.96 5.69 -
YUV 117.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 112 135 45 0.17 0 0.67 0.47 75.33 0.5 0.35
Hex 70 87 2D 11 0 43 2F 4B 32 23
Octal 160 207 55 21 0 103 57 113 62 43
Binary 1110000 10000111 101101 10001 0 1000011 101111 1001011 110010 100011

Color Harmonies of #70872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70872D

Black with #70872D

Text Example


Text Example

White with #70872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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