Shades of Highland #899A74
Tints of Highland #899A74
RGB
CMYK
RGB Variations
Color information
#899A74 (or 0x899A74) is known color: Highland. HEX triplet: 89, 9A and 74. RGB value is (137,154,116). Sum of RGB (Red+Green+Blue) = 137+154+116=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #899A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A74 is #76658B. Grayscale: #909090. Windows color (decimal): -7759244 or 7641737. OLE color: 7641737.
HSL color Cylindrical-coordinate representation of color #899A74: hue angle of 86.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899A74 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 116 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.40 |
| HSL | 86.84º | 0.16% | 0.53% | - |
| HSV(B) | 86.84º | 0.25% | 0.6% | - |
| XYZ | 25.02 | 29.69 | 20.93 | - |
| YUV | 144.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 116 | 0.11 | 0 | 0.25 | 0.40 | 86.84 | 0.16 | 0.53 |
| Hex | 89 | 9A | 74 | B | 0 | 19 | 28 | 57 | 10 | 35 |
| Octal | 211 | 232 | 164 | 13 | 0 | 31 | 50 | 127 | 20 | 65 |
| Binary | 10001001 | 10011010 | 1110100 | 1011 | 0 | 11001 | 101000 | 1010111 | 10000 | 110101 |
Color Harmonies of #899A74
Complementary color
Monochromatic Colors of #899A74
Black with #899A74
Text Example
Text Example
White with #899A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A74; }
p { color: rgb(137,154,116); }
H1.HeaderClassName
{
color: #899A74;
}
.AnyTagClassName
{
color: #899A74;
}
</style>
background-color css
<style>
a { background-color: #899A74; }
a { background-color: rgb(137,154,116); }
div.DivClassName
{
background-color: #899A74;
}
.BgClassName
{
background-color: #899A74;
}
</style>
border-color css
<style>
span { border-color: #899A74; }
span { border-color: rgb(137,154,116); }
td.TdClassName
{
border-color: #899A74;
}
.TagClassName
{
border-color: #899A74;
}
</style>