#70932D

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

Shades of Olive Drab #70932D

Tints of Olive Drab #70932D

Color information

#70932D (or 0x70932D) is unknown color: approx Olive Drab. HEX triplet: 70, 93 and 2D. RGB value is (112,147,45). Sum of RGB (Red+Green+Blue) = 112+147+45=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #70932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70932D is #8F6CD2. Grayscale: #7D7D7D. Windows color (decimal): -9399507 or 2986864. OLE color: 2986864.

HSL color Cylindrical-coordinate representation of color #70932D: hue angle of 80.59º 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 #70932D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB11214745-
CMYK0.2400.690.42
HSL80.59º53.12%37.65%-
HSV(B)80.59º69.39%57.65%-
XYZ17.5924.56.28-
YUV124.9182.9118.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=36.84%
G=48.36%
B=14.80%

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
Decimal112147450.2400.690.4280.5953.1237.65
Hex70932D180452A513526
Octal16022355300105521216546
Binary11100001001001110110111000010001011010101010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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