Shades of Highland #859D69
Tints of Highland #859D69
RGB
CMYK
RGB Variations
Color information
#859D69 (or 0x859D69) is known color: Highland. HEX triplet: 85, 9D and 69. RGB value is (133,157,105). Sum of RGB (Red+Green+Blue) = 133+157+105=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #859D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D69 is #7A6296. Grayscale: #909090. Windows color (decimal): -8020631 or 6921605. OLE color: 6921605.
HSL color Cylindrical-coordinate representation of color #859D69: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859D69 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 105 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.38 |
| HSL | 87.69º | 0.21% | 0.51% | - |
| HSV(B) | 87.69º | 0.33% | 0.62% | - |
| XYZ | 24.28 | 30.12 | 17.9 | - |
| YUV | 143.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 105 | 0.15 | 0 | 0.33 | 0.38 | 87.69 | 0.21 | 0.51 |
| Hex | 85 | 9D | 69 | F | 0 | 21 | 26 | 58 | 15 | 33 |
| Octal | 205 | 235 | 151 | 17 | 0 | 41 | 46 | 130 | 25 | 63 |
| Binary | 10000101 | 10011101 | 1101001 | 1111 | 0 | 100001 | 100110 | 1011000 | 10101 | 110011 |
Color Harmonies of #859D69
Complementary color
Monochromatic Colors of #859D69
Black with #859D69
Text Example
Text Example
White with #859D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D69; }
p { color: rgb(133,157,105); }
H1.HeaderClassName
{
color: #859D69;
}
.AnyTagClassName
{
color: #859D69;
}
</style>
background-color css
<style>
a { background-color: #859D69; }
a { background-color: rgb(133,157,105); }
div.DivClassName
{
background-color: #859D69;
}
.BgClassName
{
background-color: #859D69;
}
</style>
border-color css
<style>
span { border-color: #859D69; }
span { border-color: rgb(133,157,105); }
td.TdClassName
{
border-color: #859D69;
}
.TagClassName
{
border-color: #859D69;
}
</style>