Html Css Color HEX #70851D Olive Drab

📋 copy color: '#70851D'

red 112 ◦ green 133 ◦ blue 29

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

Shades of Olive Drab #70851D

Tints of Olive Drab #70851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 40.88%
G = 48.54%
B = 10.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#70851D (or 0x70851D) is known color: Olive Drab. HEX triplet: 70, 85 and 1D. RGB value is (112,133,29). Sum of RGB (Red+Green+Blue) = 112+133+29=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #70851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70851D is #8F7AE2. Grayscale: #737373. Windows color (decimal): -9403107 or 1934704. OLE color: 1934704.

HSL color Cylindrical-coordinate representation of color #70851D: hue angle of 72.12º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70851D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 29 -
CMYK 0.16 0 0.78 0.48
HSL 72.12º 0.64% 0.32% -
HSV(B) 72.12º 0.78% 0.52% -
XYZ 15.29 20.31 4.28 -
YUV 114.87 79.54 125.96 -
System Red Green Blue C M Y K H S L
Decimal 112 133 29 0.16 0 0.78 0.48 72.12 0.64 0.32
Hex 70 85 1D 10 0 4E 30 48 40 20
Octal 160 205 35 20 0 116 60 110 100 40
Binary 1110000 10000101 11101 10000 0 1001110 110000 1001000 1000000 100000

Color Harmonies of #70851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70851D

Black with #70851D

Text Example


Text Example

White with #70851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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