Shades of Highland #78955C
Tints of Highland #78955C
RGB
CMYK
RGB Variations
Color information
#78955C (or 0x78955C) is known color: Highland. HEX triplet: 78, 95 and 5C. RGB value is (120,149,92). Sum of RGB (Red+Green+Blue) = 120+149+92=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #78955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78955C is #876AA3. Grayscale: #868686. Windows color (decimal): -8874660 or 6067576. OLE color: 6067576.
HSL color Cylindrical-coordinate representation of color #78955C: hue angle of 90.53º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78955C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 92 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.42 |
| HSL | 90.53º | 0.24% | 0.47% | - |
| HSV(B) | 90.53º | 0.38% | 0.58% | - |
| XYZ | 20.42 | 26.26 | 14.12 | - |
| YUV | 133.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 92 | 0.19 | 0 | 0.38 | 0.42 | 90.53 | 0.24 | 0.47 |
| Hex | 78 | 95 | 5C | 13 | 0 | 26 | 2A | 5B | 18 | 2F |
| Octal | 170 | 225 | 134 | 23 | 0 | 46 | 52 | 133 | 30 | 57 |
| Binary | 1111000 | 10010101 | 1011100 | 10011 | 0 | 100110 | 101010 | 1011011 | 11000 | 101111 |
Color Harmonies of #78955C
Complementary color
Monochromatic Colors of #78955C
Black with #78955C
Text Example
Text Example
White with #78955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78955C; }
p { color: rgb(120,149,92); }
H1.HeaderClassName
{
color: #78955C;
}
.AnyTagClassName
{
color: #78955C;
}
</style>
background-color css
<style>
a { background-color: #78955C; }
a { background-color: rgb(120,149,92); }
div.DivClassName
{
background-color: #78955C;
}
.BgClassName
{
background-color: #78955C;
}
</style>
border-color css
<style>
span { border-color: #78955C; }
span { border-color: rgb(120,149,92); }
td.TdClassName
{
border-color: #78955C;
}
.TagClassName
{
border-color: #78955C;
}
</style>