#70942E

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

Shades of Olive Drab #70942E

Tints of Olive Drab #70942E

Color information

#70942E (or 0x70942E) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 2E. RGB value is (112,148,46). Sum of RGB (Red+Green+Blue) = 112+148+46=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #70942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70942E is #8F6BD1. Grayscale: #7D7D7D. Windows color (decimal): -9399250 or 3052656. OLE color: 3052656.

HSL color Cylindrical-coordinate representation of color #70942E: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70942E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB11214846-
CMYK0.2400.690.42
HSL81.18º52.58%38.04%-
HSV(B)81.18º68.92%58.04%-
XYZ17.7724.826.44-
YUV125.6183.07118.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=36.60%
G=48.37%
B=15.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148460.2400.690.4281.1852.5838.04
Hex70942E180452A513526
Octal16022456300105521216546
Binary11100001001010010111011000010001011010101010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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