#70991E

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

Shades of Olive Drab #70991E

Tints of Olive Drab #70991E

Color information

#70991E (or 0x70991E) is unknown color: approx Olive Drab. HEX triplet: 70, 99 and 1E. RGB value is (112,153,30). Sum of RGB (Red+Green+Blue) = 112+153+30=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #70991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70991E is #8F66E1. Grayscale: #7F7F7F. Windows color (decimal): -9397986 or 2005360. OLE color: 2005360.

HSL color Cylindrical-coordinate representation of color #70991E: hue angle of 80º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70991E is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB11215330-
CMYK0.2700.800.4
HSL80º67.21%35.88%-
HSV(B)80º80.39%60%-
XYZ18.3126.325.34-
YUV126.7273.42117.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=37.97%
G=51.86%
B=10.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153300.2700.800.48067.2135.88
Hex70991E1B05028504324
Octal160231363301205012010344
Binary11100001001100111110110110101000010100010100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,153,30); }

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

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

 a { background-color: rgb(112,153,30); }

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

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

 span { border-color: rgb(112,153,30); }

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