#70942D

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

Shades of Olive Drab #70942D

Tints of Olive Drab #70942D

Color information

#70942D (or 0x70942D) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 2D. RGB value is (112,148,45). Sum of RGB (Red+Green+Blue) = 112+148+45=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #70942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70942D is #8F6BD2. Grayscale: #7D7D7D. Windows color (decimal): -9399251 or 2987120. OLE color: 2987120.

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

Color convert

RGB11214845-
CMYK0.2400.700.42
HSL80.97º53.37%37.84%-
HSV(B)80.97º69.59%58.04%-
XYZ17.7524.816.34-
YUV125.4982.57118.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=36.72%
G=48.52%
B=14.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148450.2400.700.4280.9753.3737.84
Hex70942D180462A513526
Octal16022455300106521216546
Binary11100001001010010110111000010001101010101010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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