#70951A

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

Shades of Olive Drab #70951A

Tints of Olive Drab #70951A

Color information

#70951A (or 0x70951A) is unknown color: approx Olive Drab. HEX triplet: 70, 95 and 1A. RGB value is (112,149,26). Sum of RGB (Red+Green+Blue) = 112+149+26=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #70951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70951A is #8F6AE5. Grayscale: #7C7C7C. Windows color (decimal): -9399014 or 1742192. OLE color: 1742192.

HSL color Cylindrical-coordinate representation of color #70951A: hue angle of 78.05º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70951A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB11214926-
CMYK0.2500.830.42
HSL78.05º70.29%34.31%-
HSV(B)78.05º82.55%58.43%-
XYZ17.6225.014.88-
YUV123.9272.74119.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 26 (10.55% from 255) = 9.06%
R=39.02%
G=51.92%
B=9.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149260.2500.830.4278.0570.2934.31
Hex70951A190532A4e4622
Octal160225323101235211610642
Binary11100001001010111010110010101001110101010011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70951A; }

 p { color: rgb(112,149,26); }

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

<style>
 a { background-color: #70951A; }

 a { background-color: rgb(112,149,26); }

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

<style>
 span { border-color: #70951A; }

 span { border-color: rgb(112,149,26); }

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