#709509

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

Shades of Olive Drab #709509

Tints of Olive Drab #709509

Color information

#709509 (or 0x709509) is unknown color: approx Olive Drab. HEX triplet: 70, 95 and 09. RGB value is (112,149,9). Sum of RGB (Red+Green+Blue) = 112+149+9=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #709509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709509 is #8F6AF6. Grayscale: #7A7A7A. Windows color (decimal): -9399031 or 628080. OLE color: 628080.

HSL color Cylindrical-coordinate representation of color #709509: hue angle of 75.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #709509 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1121499-
CMYK0.2500.940.42
HSL75.86º88.61%30.98%-
HSV(B)75.86º93.96%58.43%-
XYZ17.4824.964.15-
YUV121.9864.24120.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 9 (3.91% from 255) = 3.33%
R=41.48%
G=55.19%
B=3.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11214990.2500.940.4275.8688.6130.98
Hex709591905E2A4c591f
Octal160225113101365211413137
Binary111000010010101100111001010111101010101001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709509; }

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

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

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

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

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

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

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

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