#70950C

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

Shades of Olive Drab #70950C

Tints of Olive Drab #70950C

Color information

#70950C (or 0x70950C) is unknown color: approx Olive Drab. HEX triplet: 70, 95 and 0C. RGB value is (112,149,12). Sum of RGB (Red+Green+Blue) = 112+149+12=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #70950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70950C is #8F6AF3. Grayscale: #7A7A7A. Windows color (decimal): -9399028 or 824688. OLE color: 824688.

HSL color Cylindrical-coordinate representation of color #70950C: hue angle of 76.2º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70950C is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB11214912-
CMYK0.2500.920.42
HSL76.2º85.09%31.57%-
HSV(B)76.2º91.95%58.43%-
XYZ17.524.974.24-
YUV122.3265.74120.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=41.03%
G=54.58%
B=4.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149120.2500.920.4276.285.0931.57
Hex7095C1905C2A4c5520
Octal160225143101345211412540
Binary1110000100101011100110010101110010101010011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70950C; }

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

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

<style>
 a { background-color: #70950C; }

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

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

<style>
 span { border-color: #70950C; }

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

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