Html Css Color HEX #70891A Olive Drab

📋 copy color: '#70891A'

red 112 ◦ green 137 ◦ blue 26

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

Shades of Olive Drab #70891A

Tints of Olive Drab #70891A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 40.73%
G = 49.82%
B = 9.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#70891A (or 0x70891A) is known color: Olive Drab. HEX triplet: 70, 89 and 1A. RGB value is (112,137,26). Sum of RGB (Red+Green+Blue) = 112+137+26=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #70891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70891A is #8F76E5. Grayscale: #757575. Windows color (decimal): -9402086 or 1739120. OLE color: 1739120.

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

Color convert

RGB 112 137 26 -
CMYK 0.18 0 0.81 0.46
HSL 73.51º 0.68% 0.32% -
HSV(B) 73.51º 0.81% 0.54% -
XYZ 15.81 21.41 4.28 -
YUV 116.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 112 137 26 0.18 0 0.81 0.46 73.51 0.68 0.32
Hex 70 89 1A 12 0 51 2E 4A 44 20
Octal 160 211 32 22 0 121 56 112 104 40
Binary 1110000 10001001 11010 10010 0 1010001 101110 1001010 1000100 100000

Color Harmonies of #70891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70891A

Black with #70891A

Text Example


Text Example

White with #70891A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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