#809109

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

Shades of Olive #809109

Tints of Olive #809109

Color information

#809109 (or 0x809109) is unknown color: approx Olive. HEX triplet: 80, 91 and 09. RGB value is (128,145,9). Sum of RGB (Red+Green+Blue) = 128+145+9=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #809109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809109 is #7F6EF6. Grayscale: #7C7C7C. Windows color (decimal): -8351479 or 627072. OLE color: 627072.

HSL color Cylindrical-coordinate representation of color #809109: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #809109 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1281459-
CMYK0.1200.940.43
HSL67.5º88.31%30.2%-
HSV(B)67.5º93.79%56.86%-
XYZ19.0824.864.05-
YUV124.4162.87130.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=45.39%
G=51.42%
B=3.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12814590.1200.940.4367.588.3130.2
Hex80919C05E2B44581e
Octal200221111401365310413036
Binary100000001001000110011100010111101010111000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809109; }

 p { color: rgb(128,145,9); }

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

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

 a { background-color: rgb(128,145,9); }

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

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

 span { border-color: rgb(128,145,9); }

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