Html Css Color HEX #70870E Olive Drab

📋 copy color: '#70870E'

red 112 ◦ green 135 ◦ blue 14

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

Shades of Olive Drab #70870E

Tints of Olive Drab #70870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

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

R = 42.91%
G = 51.72%
B = 5.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#70870E (or 0x70870E) is known color: Olive Drab. HEX triplet: 70, 87 and 0E. RGB value is (112,135,14). Sum of RGB (Red+Green+Blue) = 112+135+14=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #70870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870E is #8F78F1. Grayscale: #727272. Windows color (decimal): -9402610 or 952176. OLE color: 952176.

HSL color Cylindrical-coordinate representation of color #70870E: hue angle of 71.4º degrees, saturation: 0.81, 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 #70870E is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 14 -
CMYK 0.17 0 0.90 0.47
HSL 71.4º 0.81% 0.29% -
HSV(B) 71.4º 0.9% 0.53% -
XYZ 15.43 20.8 3.62 -
YUV 114.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 112 135 14 0.17 0 0.90 0.47 71.4 0.81 0.29
Hex 70 87 E 11 0 5A 2F 47 51 1D
Octal 160 207 16 21 0 132 57 107 121 35
Binary 1110000 10000111 1110 10001 0 1011010 101111 1000111 1010001 11101

Color Harmonies of #70870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70870E

Black with #70870E

Text Example


Text Example

White with #70870E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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