Shades of Highland #77965A
Tints of Highland #77965A
RGB
CMYK
RGB Variations
Color information
#77965A (or 0x77965A) is known color: Highland. HEX triplet: 77, 96 and 5A. RGB value is (119,150,90). Sum of RGB (Red+Green+Blue) = 119+150+90=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #77965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77965A is #8869A5. Grayscale: #868686. Windows color (decimal): -8939942 or 5936759. OLE color: 5936759.
HSL color Cylindrical-coordinate representation of color #77965A: hue angle of 91º 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 #77965A is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 90 | - |
| CMYK | 0.21 | 0 | 0.4 | 0.41 |
| HSL | 91º | 0.25% | 0.47% | - |
| HSV(B) | 91º | 0.4% | 0.59% | - |
| XYZ | 20.36 | 26.47 | 13.71 | - |
| YUV | 133.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 90 | 0.21 | 0 | 0.4 | 0.41 | 91 | 0.25 | 0.47 |
| Hex | 77 | 96 | 5A | 15 | 0 | 28 | 29 | 5B | 19 | 2F |
| Octal | 167 | 226 | 132 | 25 | 0 | 50 | 51 | 133 | 31 | 57 |
| Binary | 1110111 | 10010110 | 1011010 | 10101 | 0 | 101000 | 101001 | 1011011 | 11001 | 101111 |
Color Harmonies of #77965A
Complementary color
Monochromatic Colors of #77965A
Black with #77965A
Text Example
Text Example
White with #77965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77965A; }
p { color: rgb(119,150,90); }
H1.HeaderClassName
{
color: #77965A;
}
.AnyTagClassName
{
color: #77965A;
}
</style>
background-color css
<style>
a { background-color: #77965A; }
a { background-color: rgb(119,150,90); }
div.DivClassName
{
background-color: #77965A;
}
.BgClassName
{
background-color: #77965A;
}
</style>
border-color css
<style>
span { border-color: #77965A; }
span { border-color: rgb(119,150,90); }
td.TdClassName
{
border-color: #77965A;
}
.TagClassName
{
border-color: #77965A;
}
</style>