#809555

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

Shades of Highland #809555

Tints of Highland #809555

Color information

#809555 (or 0x809555) is unknown color: approx Highland. HEX triplet: 80, 95 and 55. RGB value is (128,149,85). Sum of RGB (Red+Green+Blue) = 128+149+85=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #809555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809555 is #7F6AAA. Grayscale: #878787. Windows color (decimal): -8350379 or 5608832. OLE color: 5608832.

HSL color Cylindrical-coordinate representation of color #809555: hue angle of 79.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809555 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB12814985-
CMYK0.1400.430.42
HSL79.69º27.35%45.88%-
HSV(B)79.69º42.95%58.43%-
XYZ21.2926.7412.63-
YUV135.4299.54122.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=35.36%
G=41.16%
B=23.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149850.1400.430.4279.6927.3545.88
Hex809555E02B2A501b2e
Octal20022512516053521203356
Binary1000000010010101101010111100101011101010101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809555; }

 p { color: rgb(128,149,85); }

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

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

 a { background-color: rgb(128,149,85); }

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

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

 span { border-color: rgb(128,149,85); }

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