Html Css Color HEX #70851F Olive Drab

📋 copy color: '#70851F'

red 112 ◦ green 133 ◦ blue 31

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

Shades of Olive Drab #70851F

Tints of Olive Drab #70851F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 40.58%
G = 48.19%
B = 11.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#70851F (or 0x70851F) is known color: Olive Drab. HEX triplet: 70, 85 and 1F. RGB value is (112,133,31). Sum of RGB (Red+Green+Blue) = 112+133+31=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #70851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70851F is #8F7AE0. Grayscale: #737373. Windows color (decimal): -9403105 or 2065776. OLE color: 2065776.

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

Color convert

RGB 112 133 31 -
CMYK 0.16 0 0.77 0.48
HSL 72.35º 0.62% 0.32% -
HSV(B) 72.35º 0.77% 0.52% -
XYZ 15.32 20.32 4.41 -
YUV 115.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 112 133 31 0.16 0 0.77 0.48 72.35 0.62 0.32
Hex 70 85 1F 10 0 4D 30 48 3E 20
Octal 160 205 37 20 0 115 60 110 76 40
Binary 1110000 10000101 11111 10000 0 1001101 110000 1001000 111110 100000

Color Harmonies of #70851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70851F

Black with #70851F

Text Example


Text Example

White with #70851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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