Shades of Highland #809D68
Tints of Highland #809D68
RGB
CMYK
RGB Variations
Color information
#809D68 (or 0x809D68) is known color: Highland. HEX triplet: 80, 9D and 68. RGB value is (128,157,104). Sum of RGB (Red+Green+Blue) = 128+157+104=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #809D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D68 is #7F6297. Grayscale: #8E8E8E. Windows color (decimal): -8348312 or 6856064. OLE color: 6856064.
HSL color Cylindrical-coordinate representation of color #809D68: hue angle of 92.83º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #809D68 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 104 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.38 |
| HSL | 92.83º | 0.21% | 0.51% | - |
| HSV(B) | 92.83º | 0.34% | 0.62% | - |
| XYZ | 23.46 | 29.7 | 17.59 | - |
| YUV | 142.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 104 | 0.18 | 0 | 0.34 | 0.38 | 92.83 | 0.21 | 0.51 |
| Hex | 80 | 9D | 68 | 12 | 0 | 22 | 26 | 5D | 15 | 33 |
| Octal | 200 | 235 | 150 | 22 | 0 | 42 | 46 | 135 | 25 | 63 |
| Binary | 10000000 | 10011101 | 1101000 | 10010 | 0 | 100010 | 100110 | 1011101 | 10101 | 110011 |
Color Harmonies of #809D68
Complementary color
Monochromatic Colors of #809D68
Black with #809D68
Text Example
Text Example
White with #809D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D68; }
p { color: rgb(128,157,104); }
H1.HeaderClassName
{
color: #809D68;
}
.AnyTagClassName
{
color: #809D68;
}
</style>
background-color css
<style>
a { background-color: #809D68; }
a { background-color: rgb(128,157,104); }
div.DivClassName
{
background-color: #809D68;
}
.BgClassName
{
background-color: #809D68;
}
</style>
border-color css
<style>
span { border-color: #809D68; }
span { border-color: rgb(128,157,104); }
td.TdClassName
{
border-color: #809D68;
}
.TagClassName
{
border-color: #809D68;
}
</style>