#709914

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

Shades of Olive Drab #709914

Tints of Olive Drab #709914

Color information

#709914 (or 0x709914) is unknown color: approx Olive Drab. HEX triplet: 70, 99 and 14. RGB value is (112,153,20). Sum of RGB (Red+Green+Blue) = 112+153+20=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #709914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709914 is #8F66EB. Grayscale: #7E7E7E. Windows color (decimal): -9397996 or 1350000. OLE color: 1350000.

HSL color Cylindrical-coordinate representation of color #709914: hue angle of 78.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #709914 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB11215320-
CMYK0.2700.870.4
HSL78.5º76.88%33.92%-
HSV(B)78.5º86.93%60%-
XYZ18.226.284.77-
YUV125.5868.42118.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=39.30%
G=53.68%
B=7.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153200.2700.870.478.576.8833.92
Hex7099141B057284e4d22
Octal160231243301275011611542
Binary11100001001100110100110110101011110100010011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709914; }

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

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

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

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

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

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

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

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