Shades of Highland #76955C
Tints of Highland #76955C
RGB
CMYK
RGB Variations
Color information
#76955C (or 0x76955C) is known color: Highland. HEX triplet: 76, 95 and 5C. RGB value is (118,149,92). Sum of RGB (Red+Green+Blue) = 118+149+92=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #76955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76955C is #896AA3. Grayscale: #858585. Windows color (decimal): -9005732 or 6067574. OLE color: 6067574.
HSL color Cylindrical-coordinate representation of color #76955C: hue angle of 92.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76955C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 92 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.42 |
| HSL | 92.63º | 0.24% | 0.47% | - |
| HSV(B) | 92.63º | 0.38% | 0.58% | - |
| XYZ | 20.15 | 26.12 | 14.1 | - |
| YUV | 133.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 92 | 0.21 | 0 | 0.38 | 0.42 | 92.63 | 0.24 | 0.47 |
| Hex | 76 | 95 | 5C | 15 | 0 | 26 | 2A | 5D | 18 | 2F |
| Octal | 166 | 225 | 134 | 25 | 0 | 46 | 52 | 135 | 30 | 57 |
| Binary | 1110110 | 10010101 | 1011100 | 10101 | 0 | 100110 | 101010 | 1011101 | 11000 | 101111 |
Color Harmonies of #76955C
Complementary color
Monochromatic Colors of #76955C
Black with #76955C
Text Example
Text Example
White with #76955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76955C; }
p { color: rgb(118,149,92); }
H1.HeaderClassName
{
color: #76955C;
}
.AnyTagClassName
{
color: #76955C;
}
</style>
background-color css
<style>
a { background-color: #76955C; }
a { background-color: rgb(118,149,92); }
div.DivClassName
{
background-color: #76955C;
}
.BgClassName
{
background-color: #76955C;
}
</style>
border-color css
<style>
span { border-color: #76955C; }
span { border-color: rgb(118,149,92); }
td.TdClassName
{
border-color: #76955C;
}
.TagClassName
{
border-color: #76955C;
}
</style>