Html Css Color HEX #70871C Olive Drab

📋 copy color: '#70871C'

red 112 ◦ green 135 ◦ blue 28

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

Shades of Olive Drab #70871C

Tints of Olive Drab #70871C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 40.73%
G = 49.09%
B = 10.18%

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

#70871C (or 0x70871C) is known color: Olive Drab. HEX triplet: 70, 87 and 1C. RGB value is (112,135,28). Sum of RGB (Red+Green+Blue) = 112+135+28=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #70871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70871C is #8F78E3. Grayscale: #747474. Windows color (decimal): -9402596 or 1869680. OLE color: 1869680.

HSL color Cylindrical-coordinate representation of color #70871C: hue angle of 72.9º degrees, saturation: 0.66, 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 #70871C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 28 -
CMYK 0.17 0 0.79 0.47
HSL 72.9º 0.66% 0.32% -
HSV(B) 72.9º 0.79% 0.53% -
XYZ 15.56 20.86 4.3 -
YUV 115.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 112 135 28 0.17 0 0.79 0.47 72.9 0.66 0.32
Hex 70 87 1C 11 0 4F 2F 49 42 20
Octal 160 207 34 21 0 117 57 111 102 40
Binary 1110000 10000111 11100 10001 0 1001111 101111 1001001 1000010 100000

Color Harmonies of #70871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70871C

Black with #70871C

Text Example


Text Example

White with #70871C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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