Html Css Color HEX #70891E Olive Drab

📋 copy color: '#70891E'

red 112 ◦ green 137 ◦ blue 30

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

Shades of Olive Drab #70891E

Tints of Olive Drab #70891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

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

R = 40.14%
G = 49.1%
B = 10.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#70891E (or 0x70891E) is known color: Olive Drab. HEX triplet: 70, 89 and 1E. RGB value is (112,137,30). Sum of RGB (Red+Green+Blue) = 112+137+30=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #70891E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70891E is #8F76E1. Grayscale: #757575. Windows color (decimal): -9402082 or 2001264. OLE color: 2001264.

HSL color Cylindrical-coordinate representation of color #70891E: hue angle of 74.02º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70891E is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 30 -
CMYK 0.18 0 0.78 0.46
HSL 74.02º 0.64% 0.33% -
HSV(B) 74.02º 0.78% 0.54% -
XYZ 15.86 21.43 4.53 -
YUV 117.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 112 137 30 0.18 0 0.78 0.46 74.02 0.64 0.33
Hex 70 89 1E 12 0 4E 2E 4A 40 21
Octal 160 211 36 22 0 116 56 112 100 41
Binary 1110000 10001001 11110 10010 0 1001110 101110 1001010 1000000 100001

Color Harmonies of #70891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70891E

Black with #70891E

Text Example


Text Example

White with #70891E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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