#70932E

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

Shades of Olive Drab #70932E

Tints of Olive Drab #70932E

Color information

#70932E (or 0x70932E) is unknown color: approx Olive Drab. HEX triplet: 70, 93 and 2E. RGB value is (112,147,46). Sum of RGB (Red+Green+Blue) = 112+147+46=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #70932E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70932E is #8F6CD1. Grayscale: #7D7D7D. Windows color (decimal): -9399506 or 3052400. OLE color: 3052400.

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

Color convert

RGB11214746-
CMYK0.2400.690.42
HSL80.79º52.33%37.84%-
HSV(B)80.79º68.71%57.65%-
XYZ17.6124.516.39-
YUV125.0283.4118.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=36.72%
G=48.20%
B=15.08%

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
Decimal112147460.2400.690.4280.7952.3337.84
Hex70932E180452A513426
Octal16022356300105521216446
Binary11100001001001110111011000010001011010101010001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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