Shades of Highland #78955D
Tints of Highland #78955D
RGB
CMYK
RGB Variations
Color information
#78955D (or 0x78955D) is known color: Highland. HEX triplet: 78, 95 and 5D. RGB value is (120,149,93). Sum of RGB (Red+Green+Blue) = 120+149+93=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #78955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78955D is #876AA2. Grayscale: #868686. Windows color (decimal): -8874659 or 6133112. OLE color: 6133112.
HSL color Cylindrical-coordinate representation of color #78955D: hue angle of 91.07º degrees, saturation: 0.23, 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 #78955D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 93 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.42 |
| HSL | 91.07º | 0.23% | 0.47% | - |
| HSV(B) | 91.07º | 0.38% | 0.58% | - |
| XYZ | 20.47 | 26.28 | 14.35 | - |
| YUV | 133.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 93 | 0.19 | 0 | 0.38 | 0.42 | 91.07 | 0.23 | 0.47 |
| Hex | 78 | 95 | 5D | 13 | 0 | 26 | 2A | 5B | 17 | 2F |
| Octal | 170 | 225 | 135 | 23 | 0 | 46 | 52 | 133 | 27 | 57 |
| Binary | 1111000 | 10010101 | 1011101 | 10011 | 0 | 100110 | 101010 | 1011011 | 10111 | 101111 |
Color Harmonies of #78955D
Complementary color
Monochromatic Colors of #78955D
Black with #78955D
Text Example
Text Example
White with #78955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78955D; }
p { color: rgb(120,149,93); }
H1.HeaderClassName
{
color: #78955D;
}
.AnyTagClassName
{
color: #78955D;
}
</style>
background-color css
<style>
a { background-color: #78955D; }
a { background-color: rgb(120,149,93); }
div.DivClassName
{
background-color: #78955D;
}
.BgClassName
{
background-color: #78955D;
}
</style>
border-color css
<style>
span { border-color: #78955D; }
span { border-color: rgb(120,149,93); }
td.TdClassName
{
border-color: #78955D;
}
.TagClassName
{
border-color: #78955D;
}
</style>