Shades of Highland #76975A
Tints of Highland #76975A
RGB
CMYK
RGB Variations
Color information
#76975A (or 0x76975A) is known color: Highland. HEX triplet: 76, 97 and 5A. RGB value is (118,151,90). Sum of RGB (Red+Green+Blue) = 118+151+90=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #76975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76975A is #8968A5. Grayscale: #868686. Windows color (decimal): -9005222 or 5937014. OLE color: 5937014.
HSL color Cylindrical-coordinate representation of color #76975A: hue angle of 92.46º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76975A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 90 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.41 |
| HSL | 92.46º | 0.25% | 0.47% | - |
| HSV(B) | 92.46º | 0.4% | 0.59% | - |
| XYZ | 20.38 | 26.72 | 13.76 | - |
| YUV | 134.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 90 | 0.22 | 0 | 0.40 | 0.41 | 92.46 | 0.25 | 0.47 |
| Hex | 76 | 97 | 5A | 16 | 0 | 28 | 29 | 5C | 19 | 2F |
| Octal | 166 | 227 | 132 | 26 | 0 | 50 | 51 | 134 | 31 | 57 |
| Binary | 1110110 | 10010111 | 1011010 | 10110 | 0 | 101000 | 101001 | 1011100 | 11001 | 101111 |
Color Harmonies of #76975A
Complementary color
Monochromatic Colors of #76975A
Black with #76975A
Text Example
Text Example
White with #76975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76975A; }
p { color: rgb(118,151,90); }
H1.HeaderClassName
{
color: #76975A;
}
.AnyTagClassName
{
color: #76975A;
}
</style>
background-color css
<style>
a { background-color: #76975A; }
a { background-color: rgb(118,151,90); }
div.DivClassName
{
background-color: #76975A;
}
.BgClassName
{
background-color: #76975A;
}
</style>
border-color css
<style>
span { border-color: #76975A; }
span { border-color: rgb(118,151,90); }
td.TdClassName
{
border-color: #76975A;
}
.TagClassName
{
border-color: #76975A;
}
</style>