#719309

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

Shades of Olive Drab #719309

Tints of Olive Drab #719309

Color information

#719309 (or 0x719309) is unknown color: approx Olive Drab. HEX triplet: 71, 93 and 09. RGB value is (113,147,9). Sum of RGB (Red+Green+Blue) = 113+147+9=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #719309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719309 is #8E6CF6. Grayscale: #797979. Windows color (decimal): -9334007 or 627569. OLE color: 627569.

HSL color Cylindrical-coordinate representation of color #719309: hue angle of 74.78º degrees, saturation: 0.88, 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 #719309 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1131479-
CMYK0.2300.940.42
HSL74.78º88.46%30.59%-
HSV(B)74.78º93.88%57.65%-
XYZ17.2924.44.06-
YUV121.164.74122.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=42.01%
G=54.65%
B=3.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11314790.2300.940.4274.7888.4630.59
Hex719391705E2A4b581f
Octal161223112701365211313037
Binary111000110010011100110111010111101010101001011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719309; }

 p { color: rgb(113,147,9); }

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

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

 a { background-color: rgb(113,147,9); }

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

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

 span { border-color: rgb(113,147,9); }

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