Html Css Color HEX #70812D Olive Drab

📋 copy color: '#70812D'

red 112 ◦ green 129 ◦ blue 45

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

Shades of Olive Drab #70812D

Tints of Olive Drab #70812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.1%

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

R = 39.16%
G = 45.1%
B = 15.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#70812D (or 0x70812D) is known color: Olive Drab. HEX triplet: 70, 81 and 2D. RGB value is (112,129,45). Sum of RGB (Red+Green+Blue) = 112+129+45=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #70812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70812D is #8F7ED2. Grayscale: #727272. Windows color (decimal): -9404115 or 2982256. OLE color: 2982256.

HSL color Cylindrical-coordinate representation of color #70812D: hue angle of 72.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70812D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 45 -
CMYK 0.13 0 0.65 0.49
HSL 72.14º 0.48% 0.34% -
HSV(B) 72.14º 0.65% 0.51% -
XYZ 15.01 19.33 5.42 -
YUV 114.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 112 129 45 0.13 0 0.65 0.49 72.14 0.48 0.34
Hex 70 81 2D D 0 41 31 48 30 22
Octal 160 201 55 15 0 101 61 110 60 42
Binary 1110000 10000001 101101 1101 0 1000001 110001 1001000 110000 100010

Color Harmonies of #70812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70812D

Black with #70812D

Text Example


Text Example

White with #70812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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