Html Css Color HEX #70852D Olive Drab

📋 copy color: '#70852D'

red 112 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #70852D

Tints of Olive Drab #70852D

RGB

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

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

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

R = 38.62%
G = 45.86%
B = 15.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#70852D (or 0x70852D) is known color: Olive Drab. HEX triplet: 70, 85 and 2D. RGB value is (112,133,45). Sum of RGB (Red+Green+Blue) = 112+133+45=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #70852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70852D is #8F7AD2. Grayscale: #757575. Windows color (decimal): -9403091 or 2983280. OLE color: 2983280.

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

Color convert

RGB 112 133 45 -
CMYK 0.16 0 0.66 0.48
HSL 74.32º 0.49% 0.35% -
HSV(B) 74.32º 0.66% 0.52% -
XYZ 15.54 20.41 5.6 -
YUV 116.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 112 133 45 0.16 0 0.66 0.48 74.32 0.49 0.35
Hex 70 85 2D 10 0 42 30 4A 31 23
Octal 160 205 55 20 0 102 60 112 61 43
Binary 1110000 10000101 101101 10000 0 1000010 110000 1001010 110001 100011

Color Harmonies of #70852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70852D

Black with #70852D

Text Example


Text Example

White with #70852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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