#70941E

Color #70941E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #70941E

Tints of Olive Drab #70941E

Color information

#70941E (or 0x70941E) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 1E. RGB value is (112,148,30). Sum of RGB (Red+Green+Blue) = 112+148+30=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #70941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70941E is #8F6BE1. Grayscale: #7C7C7C. Windows color (decimal): -9399266 or 2004080. OLE color: 2004080.

HSL color Cylindrical-coordinate representation of color #70941E: hue angle of 78.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70941E is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB11214830-
CMYK0.2400.800.42
HSL78.31º66.29%34.9%-
HSV(B)78.31º79.73%58.04%-
XYZ17.5124.725.08-
YUV123.7875.07119.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=38.62%
G=51.03%
B=10.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148300.2400.800.4278.3166.2934.9
Hex70941E180502A4e4223
Octal160224363001205211610243
Binary11100001001010011110110000101000010101010011101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70941E;
 }
 .AnyTagClassName
 {
   color: #70941E;
 }
</style>
background-color css

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

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

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

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

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

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