#809059

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

Shades of Highland #809059

Tints of Highland #809059

Color information

#809059 (or 0x809059) is unknown color: approx Highland. HEX triplet: 80, 90 and 59. RGB value is (128,144,89). Sum of RGB (Red+Green+Blue) = 128+144+89=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #809059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809059 is #7F6FA6. Grayscale: #858585. Windows color (decimal): -8351655 or 5869696. OLE color: 5869696.

HSL color Cylindrical-coordinate representation of color #809059: hue angle of 77.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809059 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB12814489-
CMYK0.1100.380.44
HSL77.45º23.61%45.69%-
HSV(B)77.45º38.19%56.47%-
XYZ20.6825.2613.24-
YUV132.95103.2124.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=35.46%
G=39.89%
B=24.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144890.1100.380.4477.4523.6145.69
Hex809059B0262C4d182e
Octal20022013113046541153056
Binary1000000010010000101100110110100110101100100110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809059; }

 p { color: rgb(128,144,89); }

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

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

 a { background-color: rgb(128,144,89); }

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

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

 span { border-color: rgb(128,144,89); }

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