#709115

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

Shades of Olive Drab #709115

Tints of Olive Drab #709115

Color information

#709115 (or 0x709115) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 15. RGB value is (112,145,21). Sum of RGB (Red+Green+Blue) = 112+145+21=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #709115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709115 is #8F6EEA. Grayscale: #797979. Windows color (decimal): -9400043 or 1413488. OLE color: 1413488.

HSL color Cylindrical-coordinate representation of color #709115: hue angle of 75.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709115 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB11214521-
CMYK0.2300.860.43
HSL75.97º74.7%32.55%-
HSV(B)75.97º85.52%56.86%-
XYZ16.9423.754.4-
YUV12171.57121.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=40.29%
G=52.16%
B=7.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145210.2300.860.4375.9774.732.55
Hex709115170562B4c4b21
Octal160221252701265311411341
Binary11100001001000110101101110101011010101110011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709115; }

 p { color: rgb(112,145,21); }

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

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

 a { background-color: rgb(112,145,21); }

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

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

 span { border-color: rgb(112,145,21); }

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