Shades of Highland #76955A
Tints of Highland #76955A
RGB
CMYK
RGB Variations
Color information
#76955A (or 0x76955A) is known color: Highland. HEX triplet: 76, 95 and 5A. RGB value is (118,149,90). Sum of RGB (Red+Green+Blue) = 118+149+90=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #76955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76955A is #896AA5. Grayscale: #858585. Windows color (decimal): -9005734 or 5936502. OLE color: 5936502.
HSL color Cylindrical-coordinate representation of color #76955A: hue angle of 91.53º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76955A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 90 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.42 |
| HSL | 91.53º | 0.25% | 0.47% | - |
| HSV(B) | 91.53º | 0.4% | 0.58% | - |
| XYZ | 20.06 | 26.08 | 13.65 | - |
| YUV | 133.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 90 | 0.21 | 0 | 0.40 | 0.42 | 91.53 | 0.25 | 0.47 |
| Hex | 76 | 95 | 5A | 15 | 0 | 28 | 2A | 5C | 19 | 2F |
| Octal | 166 | 225 | 132 | 25 | 0 | 50 | 52 | 134 | 31 | 57 |
| Binary | 1110110 | 10010101 | 1011010 | 10101 | 0 | 101000 | 101010 | 1011100 | 11001 | 101111 |
Color Harmonies of #76955A
Complementary color
Monochromatic Colors of #76955A
Black with #76955A
Text Example
Text Example
White with #76955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76955A; }
p { color: rgb(118,149,90); }
H1.HeaderClassName
{
color: #76955A;
}
.AnyTagClassName
{
color: #76955A;
}
</style>
background-color css
<style>
a { background-color: #76955A; }
a { background-color: rgb(118,149,90); }
div.DivClassName
{
background-color: #76955A;
}
.BgClassName
{
background-color: #76955A;
}
</style>
border-color css
<style>
span { border-color: #76955A; }
span { border-color: rgb(118,149,90); }
td.TdClassName
{
border-color: #76955A;
}
.TagClassName
{
border-color: #76955A;
}
</style>