#70942B

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

Shades of Olive Drab #70942B

Tints of Olive Drab #70942B

Color information

#70942B (or 0x70942B) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 2B. RGB value is (112,148,43). Sum of RGB (Red+Green+Blue) = 112+148+43=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #70942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70942B is #8F6BD4. Grayscale: #7D7D7D. Windows color (decimal): -9399253 or 2856048. OLE color: 2856048.

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

Color convert

RGB11214843-
CMYK0.2400.710.42
HSL80.57º54.97%37.45%-
HSV(B)80.57º70.95%58.04%-
XYZ17.7124.86.14-
YUV125.2781.57118.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 43 (17.19% from 255) = 14.19%
R=36.96%
G=48.84%
B=14.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148430.2400.710.4280.5754.9737.45
Hex70942B180472A513725
Octal16022453300107521216745
Binary11100001001010010101111000010001111010101010001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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