Html Css Color HEX #70852C Olive Drab

📋 copy color: '#70852C'

red 112 ◦ green 133 ◦ blue 44

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

Shades of Olive Drab #70852C

Tints of Olive Drab #70852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 38.75%
G = 46.02%
B = 15.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#70852C (or 0x70852C) is known color: Olive Drab. HEX triplet: 70, 85 and 2C. RGB value is (112,133,44). Sum of RGB (Red+Green+Blue) = 112+133+44=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #70852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70852C is #8F7AD3. Grayscale: #747474. Windows color (decimal): -9403092 or 2917744. OLE color: 2917744.

HSL color Cylindrical-coordinate representation of color #70852C: hue angle of 74.16º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70852C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 44 -
CMYK 0.16 0 0.67 0.48
HSL 74.16º 0.5% 0.35% -
HSV(B) 74.16º 0.67% 0.52% -
XYZ 15.52 20.4 5.5 -
YUV 116.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 112 133 44 0.16 0 0.67 0.48 74.16 0.5 0.35
Hex 70 85 2C 10 0 43 30 4A 32 23
Octal 160 205 54 20 0 103 60 112 62 43
Binary 1110000 10000101 101100 10000 0 1000011 110000 1001010 110010 100011

Color Harmonies of #70852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70852C

Black with #70852C

Text Example


Text Example

White with #70852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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