Shades of Highland #71895E
Tints of Highland #71895E
RGB
CMYK
RGB Variations
Color information
#71895E (or 0x71895E) is known color: Highland. HEX triplet: 71, 89 and 5E. RGB value is (113,137,94). Sum of RGB (Red+Green+Blue) = 113+137+94=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #71895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71895E is #8E76A1. Grayscale: #7D7D7D. Windows color (decimal): -9336482 or 6195569. OLE color: 6195569.
HSL color Cylindrical-coordinate representation of color #71895E: hue angle of 93.49º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71895E is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 94 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.46 |
| HSL | 93.49º | 0.19% | 0.45% | - |
| HSV(B) | 93.49º | 0.31% | 0.54% | - |
| XYZ | 17.78 | 22.21 | 13.94 | - |
| YUV | 124.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 94 | 0.18 | 0 | 0.31 | 0.46 | 93.49 | 0.19 | 0.45 |
| Hex | 71 | 89 | 5E | 12 | 0 | 1F | 2E | 5D | 13 | 2D |
| Octal | 161 | 211 | 136 | 22 | 0 | 37 | 56 | 135 | 23 | 55 |
| Binary | 1110001 | 10001001 | 1011110 | 10010 | 0 | 11111 | 101110 | 1011101 | 10011 | 101101 |
Color Harmonies of #71895E
Complementary color
Monochromatic Colors of #71895E
Black with #71895E
Text Example
Text Example
White with #71895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71895E; }
p { color: rgb(113,137,94); }
H1.HeaderClassName
{
color: #71895E;
}
.AnyTagClassName
{
color: #71895E;
}
</style>
background-color css
<style>
a { background-color: #71895E; }
a { background-color: rgb(113,137,94); }
div.DivClassName
{
background-color: #71895E;
}
.BgClassName
{
background-color: #71895E;
}
</style>
border-color css
<style>
span { border-color: #71895E; }
span { border-color: rgb(113,137,94); }
td.TdClassName
{
border-color: #71895E;
}
.TagClassName
{
border-color: #71895E;
}
</style>