Html Css Color HEX #70911D Olive Drab

📋 copy color: '#70911D'

red 112 ◦ green 145 ◦ blue 29

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

Shades of Olive Drab #70911D

Tints of Olive Drab #70911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.7%

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

R = 39.16%
G = 50.7%
B = 10.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#70911D (or 0x70911D) is known color: Olive Drab. HEX triplet: 70, 91 and 1D. RGB value is (112,145,29). Sum of RGB (Red+Green+Blue) = 112+145+29=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #70911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70911D is #8F6EE2. Grayscale: #7A7A7A. Windows color (decimal): -9400035 or 1937776. OLE color: 1937776.

HSL color Cylindrical-coordinate representation of color #70911D: hue angle of 77.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70911D is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 29 -
CMYK 0.23 0 0.8 0.43
HSL 77.07º 0.67% 0.34% -
HSV(B) 77.07º 0.8% 0.57% -
XYZ 17.03 23.78 4.86 -
YUV 121.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 112 145 29 0.23 0 0.8 0.43 77.07 0.67 0.34
Hex 70 91 1D 17 0 50 2B 4D 43 22
Octal 160 221 35 27 0 120 53 115 103 42
Binary 1110000 10010001 11101 10111 0 1010000 101011 1001101 1000011 100010

Color Harmonies of #70911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70911D

Black with #70911D

Text Example


Text Example

White with #70911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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