Html Css Color HEX #70961E Olive Drab

📋 copy color: '#70961E'

red 112 ◦ green 150 ◦ blue 30

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

Shades of Olive Drab #70961E

Tints of Olive Drab #70961E

RGB

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

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

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

R = 38.36%
G = 51.37%
B = 10.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#70961E (or 0x70961E) is known color: Olive Drab. HEX triplet: 70, 96 and 1E. RGB value is (112,150,30). Sum of RGB (Red+Green+Blue) = 112+150+30=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #70961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70961E is #8F69E1. Grayscale: #7D7D7D. Windows color (decimal): -9398754 or 2004592. OLE color: 2004592.

HSL color Cylindrical-coordinate representation of color #70961E: hue angle of 79º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70961E is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 30 -
CMYK 0.25 0 0.80 0.41
HSL 79º 0.67% 0.35% -
HSV(B) 79º 0.8% 0.59% -
XYZ 17.82 25.35 5.18 -
YUV 124.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 112 150 30 0.25 0 0.80 0.41 79 0.67 0.35
Hex 70 96 1E 19 0 50 29 4F 43 23
Octal 160 226 36 31 0 120 51 117 103 43
Binary 1110000 10010110 11110 11001 0 1010000 101001 1001111 1000011 100011

Color Harmonies of #70961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70961E

Black with #70961E

Text Example


Text Example

White with #70961E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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