Shades of Highland #78995E
Tints of Highland #78995E
RGB
CMYK
RGB Variations
Color information
#78995E (or 0x78995E) is known color: Highland. HEX triplet: 78, 99 and 5E. RGB value is (120,153,94). Sum of RGB (Red+Green+Blue) = 120+153+94=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #78995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78995E is #8766A1. Grayscale: #888888. Windows color (decimal): -8873634 or 6199672. OLE color: 6199672.
HSL color Cylindrical-coordinate representation of color #78995E: hue angle of 93.56º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78995E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 94 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.4 |
| HSL | 93.56º | 0.24% | 0.48% | - |
| HSV(B) | 93.56º | 0.39% | 0.6% | - |
| XYZ | 21.16 | 27.58 | 14.8 | - |
| YUV | 136.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 94 | 0.22 | 0 | 0.39 | 0.4 | 93.56 | 0.24 | 0.48 |
| Hex | 78 | 99 | 5E | 16 | 0 | 27 | 28 | 5E | 18 | 30 |
| Octal | 170 | 231 | 136 | 26 | 0 | 47 | 50 | 136 | 30 | 60 |
| Binary | 1111000 | 10011001 | 1011110 | 10110 | 0 | 100111 | 101000 | 1011110 | 11000 | 110000 |
Color Harmonies of #78995E
Complementary color
Monochromatic Colors of #78995E
Black with #78995E
Text Example
Text Example
White with #78995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78995E; }
p { color: rgb(120,153,94); }
H1.HeaderClassName
{
color: #78995E;
}
.AnyTagClassName
{
color: #78995E;
}
</style>
background-color css
<style>
a { background-color: #78995E; }
a { background-color: rgb(120,153,94); }
div.DivClassName
{
background-color: #78995E;
}
.BgClassName
{
background-color: #78995E;
}
</style>
border-color css
<style>
span { border-color: #78995E; }
span { border-color: rgb(120,153,94); }
td.TdClassName
{
border-color: #78995E;
}
.TagClassName
{
border-color: #78995E;
}
</style>