Html Css Color HEX #70960A Olive Drab

📋 copy color: '#70960A'

red 112 ◦ green 150 ◦ blue 10

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

Shades of Olive Drab #70960A

Tints of Olive Drab #70960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 41.18%
G = 55.15%
B = 3.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#70960A (or 0x70960A) is known color: Olive Drab. HEX triplet: 70, 96 and 0A. RGB value is (112,150,10). Sum of RGB (Red+Green+Blue) = 112+150+10=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #70960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70960A is #8F69F5. Grayscale: #7B7B7B. Windows color (decimal): -9398774 or 693872. OLE color: 693872.

HSL color Cylindrical-coordinate representation of color #70960A: hue angle of 76.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70960A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 10 -
CMYK 0.25 0 0.93 0.41
HSL 76.29º 0.88% 0.31% -
HSV(B) 76.29º 0.93% 0.59% -
XYZ 17.64 25.28 4.24 -
YUV 122.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 112 150 10 0.25 0 0.93 0.41 76.29 0.88 0.31
Hex 70 96 A 19 0 5D 29 4C 58 1F
Octal 160 226 12 31 0 135 51 114 130 37
Binary 1110000 10010110 1010 11001 0 1011101 101001 1001100 1011000 11111

Color Harmonies of #70960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70960A

Black with #70960A

Text Example


Text Example

White with #70960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,150,10); }

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

background-color css

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

 a { background-color: rgb(112,150,10); }

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

border-color css

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

 span { border-color: rgb(112,150,10); }

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