Shades of Highland #71975C
Tints of Highland #71975C
RGB
CMYK
RGB Variations
Color information
#71975C (or 0x71975C) is known color: Highland. HEX triplet: 71, 97 and 5C. RGB value is (113,151,92). Sum of RGB (Red+Green+Blue) = 113+151+92=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #71975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71975C is #8E68A3. Grayscale: #858585. Windows color (decimal): -9332900 or 6068081. OLE color: 6068081.
HSL color Cylindrical-coordinate representation of color #71975C: hue angle of 98.64º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71975C is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 92 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.41 |
| HSL | 98.64º | 0.24% | 0.48% | - |
| HSV(B) | 98.64º | 0.39% | 0.59% | - |
| XYZ | 19.81 | 26.42 | 14.18 | - |
| YUV | 132.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 92 | 0.25 | 0 | 0.39 | 0.41 | 98.64 | 0.24 | 0.48 |
| Hex | 71 | 97 | 5C | 19 | 0 | 27 | 29 | 63 | 18 | 30 |
| Octal | 161 | 227 | 134 | 31 | 0 | 47 | 51 | 143 | 30 | 60 |
| Binary | 1110001 | 10010111 | 1011100 | 11001 | 0 | 100111 | 101001 | 1100011 | 11000 | 110000 |
Color Harmonies of #71975C
Complementary color
Monochromatic Colors of #71975C
Black with #71975C
Text Example
Text Example
White with #71975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71975C; }
p { color: rgb(113,151,92); }
H1.HeaderClassName
{
color: #71975C;
}
.AnyTagClassName
{
color: #71975C;
}
</style>
background-color css
<style>
a { background-color: #71975C; }
a { background-color: rgb(113,151,92); }
div.DivClassName
{
background-color: #71975C;
}
.BgClassName
{
background-color: #71975C;
}
</style>
border-color css
<style>
span { border-color: #71975C; }
span { border-color: rgb(113,151,92); }
td.TdClassName
{
border-color: #71975C;
}
.TagClassName
{
border-color: #71975C;
}
</style>