Html Css Color HEX #70850E Olive

📋 copy color: '#70850E'

red 112 ◦ green 133 ◦ blue 14

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

Shades of Olive #70850E

Tints of Olive #70850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 43.24%
G = 51.35%
B = 5.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#70850E (or 0x70850E) is known color: Olive. HEX triplet: 70, 85 and 0E. RGB value is (112,133,14). Sum of RGB (Red+Green+Blue) = 112+133+14=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #70850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70850E is #8F7AF1. Grayscale: #717171. Windows color (decimal): -9403122 or 951664. OLE color: 951664.

HSL color Cylindrical-coordinate representation of color #70850E: hue angle of 70.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70850E is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 14 -
CMYK 0.16 0 0.89 0.48
HSL 70.59º 0.81% 0.29% -
HSV(B) 70.59º 0.89% 0.52% -
XYZ 15.15 20.25 3.53 -
YUV 113.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 112 133 14 0.16 0 0.89 0.48 70.59 0.81 0.29
Hex 70 85 E 10 0 59 30 47 51 1D
Octal 160 205 16 20 0 131 60 107 121 35
Binary 1110000 10000101 1110 10000 0 1011001 110000 1000111 1010001 11101

Color Harmonies of #70850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70850E

Black with #70850E

Text Example


Text Example

White with #70850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70850E; }

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

 H1.HeaderClassName
 {
   color: #70850E;
 }
 .AnyTagClassName
 {
   color: #70850E;
 }
</style>

background-color css

<style>
 a { background-color: #70850E; }

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

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

border-color css

<style>
 span { border-color: #70850E; }

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

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