Html Css Color HEX #70852F Olive Drab

📋 copy color: '#70852F'

red 112 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #70852F

Tints of Olive Drab #70852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 38.36%
G = 45.55%
B = 16.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#70852F (or 0x70852F) is known color: Olive Drab. HEX triplet: 70, 85 and 2F. RGB value is (112,133,47). Sum of RGB (Red+Green+Blue) = 112+133+47=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #70852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70852F is #8F7AD0. Grayscale: #757575. Windows color (decimal): -9403089 or 3114352. OLE color: 3114352.

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

Color convert

RGB 112 133 47 -
CMYK 0.16 0 0.65 0.48
HSL 74.65º 0.48% 0.35% -
HSV(B) 74.65º 0.65% 0.52% -
XYZ 15.58 20.43 5.81 -
YUV 116.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 112 133 47 0.16 0 0.65 0.48 74.65 0.48 0.35
Hex 70 85 2F 10 0 41 30 4B 30 23
Octal 160 205 57 20 0 101 60 113 60 43
Binary 1110000 10000101 101111 10000 0 1000001 110000 1001011 110000 100011

Color Harmonies of #70852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70852F

Black with #70852F

Text Example


Text Example

White with #70852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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