Html Css Color HEX #70861E Olive Drab

📋 copy color: '#70861E'

red 112 ◦ green 134 ◦ blue 30

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

Shades of Olive Drab #70861E

Tints of Olive Drab #70861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 40.58%
G = 48.55%
B = 10.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#70861E (or 0x70861E) is known color: Olive Drab. HEX triplet: 70, 86 and 1E. RGB value is (112,134,30). Sum of RGB (Red+Green+Blue) = 112+134+30=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #70861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70861E is #8F79E1. Grayscale: #737373. Windows color (decimal): -9402850 or 2000496. OLE color: 2000496.

HSL color Cylindrical-coordinate representation of color #70861E: hue angle of 72.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70861E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 30 -
CMYK 0.16 0 0.78 0.47
HSL 72.69º 0.63% 0.32% -
HSV(B) 72.69º 0.78% 0.53% -
XYZ 15.44 20.59 4.39 -
YUV 115.57 79.71 125.46 -
System Red Green Blue C M Y K H S L
Decimal 112 134 30 0.16 0 0.78 0.47 72.69 0.63 0.32
Hex 70 86 1E 10 0 4E 2F 49 3F 20
Octal 160 206 36 20 0 116 57 111 77 40
Binary 1110000 10000110 11110 10000 0 1001110 101111 1001001 111111 100000

Color Harmonies of #70861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70861E

Black with #70861E

Text Example


Text Example

White with #70861E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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