Shades of Highland #77914B
Tints of Highland #77914B
RGB
CMYK
RGB Variations
Color information
#77914B (or 0x77914B) is known color: Highland. HEX triplet: 77, 91 and 4B. RGB value is (119,145,75). Sum of RGB (Red+Green+Blue) = 119+145+75=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #77914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77914B is #886EB4. Grayscale: #818181. Windows color (decimal): -8941237 or 4952439. OLE color: 4952439.
HSL color Cylindrical-coordinate representation of color #77914B: hue angle of 82.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77914B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 75 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.43 |
| HSL | 82.29º | 0.32% | 0.43% | - |
| HSV(B) | 82.29º | 0.48% | 0.57% | - |
| XYZ | 19 | 24.68 | 10.42 | - |
| YUV | 129.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 75 | 0.18 | 0 | 0.48 | 0.43 | 82.29 | 0.32 | 0.43 |
| Hex | 77 | 91 | 4B | 12 | 0 | 30 | 2B | 52 | 20 | 2B |
| Octal | 167 | 221 | 113 | 22 | 0 | 60 | 53 | 122 | 40 | 53 |
| Binary | 1110111 | 10010001 | 1001011 | 10010 | 0 | 110000 | 101011 | 1010010 | 100000 | 101011 |
Color Harmonies of #77914B
Complementary color
Monochromatic Colors of #77914B
Black with #77914B
Text Example
Text Example
White with #77914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77914B; }
p { color: rgb(119,145,75); }
H1.HeaderClassName
{
color: #77914B;
}
.AnyTagClassName
{
color: #77914B;
}
</style>
background-color css
<style>
a { background-color: #77914B; }
a { background-color: rgb(119,145,75); }
div.DivClassName
{
background-color: #77914B;
}
.BgClassName
{
background-color: #77914B;
}
</style>
border-color css
<style>
span { border-color: #77914B; }
span { border-color: rgb(119,145,75); }
td.TdClassName
{
border-color: #77914B;
}
.TagClassName
{
border-color: #77914B;
}
</style>