#809060

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

Shades of Highland #809060

Tints of Highland #809060

Color information

#809060 (or 0x809060) is unknown color: approx Highland. HEX triplet: 80, 90 and 60. RGB value is (128,144,96). Sum of RGB (Red+Green+Blue) = 128+144+96=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #809060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809060 is #7F6F9F. Grayscale: #858585. Windows color (decimal): -8351648 or 6328448. OLE color: 6328448.

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

Color convert

RGB12814496-
CMYK0.1100.330.44
HSL80º20%47.06%-
HSV(B)80º33.33%56.47%-
XYZ20.9925.3814.86-
YUV133.74106.7123.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=34.78%
G=39.13%
B=26.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144960.1100.330.44802047.06
Hex809060B0212C50142f
Octal20022014013041541202457
Binary1000000010010000110000010110100001101100101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809060; }

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

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

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

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

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

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

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

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