Html Css Color HEX #70851C Olive Drab

📋 copy color: '#70851C'

red 112 ◦ green 133 ◦ blue 28

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

Shades of Olive Drab #70851C

Tints of Olive Drab #70851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 41.03%
G = 48.72%
B = 10.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#70851C (or 0x70851C) is known color: Olive Drab. HEX triplet: 70, 85 and 1C. RGB value is (112,133,28). Sum of RGB (Red+Green+Blue) = 112+133+28=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #70851C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70851C is #8F7AE3. Grayscale: #737373. Windows color (decimal): -9403108 or 1869168. OLE color: 1869168.

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

Color convert

RGB 112 133 28 -
CMYK 0.16 0 0.79 0.48
HSL 72º 0.65% 0.32% -
HSV(B) 72º 0.79% 0.52% -
XYZ 15.28 20.3 4.21 -
YUV 114.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 112 133 28 0.16 0 0.79 0.48 72 0.65 0.32
Hex 70 85 1C 10 0 4F 30 48 41 20
Octal 160 205 34 20 0 117 60 110 101 40
Binary 1110000 10000101 11100 10000 0 1001111 110000 1001000 1000001 100000

Color Harmonies of #70851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70851C

Black with #70851C

Text Example


Text Example

White with #70851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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