Html Css Color HEX #70860D Olive

📋 copy color: '#70860D'

red 112 ◦ green 134 ◦ blue 13

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

Shades of Olive #70860D

Tints of Olive #70860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.74%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 43.24%
G = 51.74%
B = 5.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#70860D (or 0x70860D) is known color: Olive. HEX triplet: 70, 86 and 0D. RGB value is (112,134,13). Sum of RGB (Red+Green+Blue) = 112+134+13=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #70860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70860D is #8F79F2. Grayscale: #727272. Windows color (decimal): -9402867 or 886384. OLE color: 886384.

HSL color Cylindrical-coordinate representation of color #70860D: hue angle of 70.91º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70860D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 13 -
CMYK 0.16 0 0.90 0.47
HSL 70.91º 0.82% 0.29% -
HSV(B) 70.91º 0.9% 0.53% -
XYZ 15.28 20.52 3.54 -
YUV 113.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 112 134 13 0.16 0 0.90 0.47 70.91 0.82 0.29
Hex 70 86 D 10 0 5A 2F 47 52 1D
Octal 160 206 15 20 0 132 57 107 122 35
Binary 1110000 10000110 1101 10000 0 1011010 101111 1000111 1010010 11101

Color Harmonies of #70860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70860D

Black with #70860D

Text Example


Text Example

White with #70860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,134,13); }

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

background-color css

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

 a { background-color: rgb(112,134,13); }

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

border-color css

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

 span { border-color: rgb(112,134,13); }

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