Shades of Highland #76965A
Tints of Highland #76965A
RGB
CMYK
RGB Variations
Color information
#76965A (or 0x76965A) is known color: Highland. HEX triplet: 76, 96 and 5A. RGB value is (118,150,90). Sum of RGB (Red+Green+Blue) = 118+150+90=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #76965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76965A is #8969A5. Grayscale: #858585. Windows color (decimal): -9005478 or 5936758. OLE color: 5936758.
HSL color Cylindrical-coordinate representation of color #76965A: hue angle of 92º 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 #76965A is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 90 | - |
| CMYK | 0.21 | 0 | 0.4 | 0.41 |
| HSL | 92º | 0.25% | 0.47% | - |
| HSV(B) | 92º | 0.4% | 0.59% | - |
| XYZ | 20.22 | 26.4 | 13.7 | - |
| YUV | 133.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 90 | 0.21 | 0 | 0.4 | 0.41 | 92 | 0.25 | 0.47 |
| Hex | 76 | 96 | 5A | 15 | 0 | 28 | 29 | 5C | 19 | 2F |
| Octal | 166 | 226 | 132 | 25 | 0 | 50 | 51 | 134 | 31 | 57 |
| Binary | 1110110 | 10010110 | 1011010 | 10101 | 0 | 101000 | 101001 | 1011100 | 11001 | 101111 |
Color Harmonies of #76965A
Complementary color
Monochromatic Colors of #76965A
Black with #76965A
Text Example
Text Example
White with #76965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76965A; }
p { color: rgb(118,150,90); }
H1.HeaderClassName
{
color: #76965A;
}
.AnyTagClassName
{
color: #76965A;
}
</style>
background-color css
<style>
a { background-color: #76965A; }
a { background-color: rgb(118,150,90); }
div.DivClassName
{
background-color: #76965A;
}
.BgClassName
{
background-color: #76965A;
}
</style>
border-color css
<style>
span { border-color: #76965A; }
span { border-color: rgb(118,150,90); }
td.TdClassName
{
border-color: #76965A;
}
.TagClassName
{
border-color: #76965A;
}
</style>