Shades of Highland #7C9768
Tints of Highland #7C9768
RGB
CMYK
RGB Variations
Color information
#7C9768 (or 0x7C9768) is known color: Highland. HEX triplet: 7C, 97 and 68. RGB value is (124,151,104). Sum of RGB (Red+Green+Blue) = 124+151+104=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9768 is #836897. Grayscale: #898989. Windows color (decimal): -8611992 or 6854524. OLE color: 6854524.
HSL color Cylindrical-coordinate representation of color #7C9768: hue angle of 94.47º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9768 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 104 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.41 |
| HSL | 94.47º | 0.18% | 0.5% | - |
| HSV(B) | 94.47º | 0.31% | 0.59% | - |
| XYZ | 21.88 | 27.42 | 17.24 | - |
| YUV | 137.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 104 | 0.18 | 0 | 0.31 | 0.41 | 94.47 | 0.18 | 0.5 |
| Hex | 7C | 97 | 68 | 12 | 0 | 1F | 29 | 5E | 12 | 32 |
| Octal | 174 | 227 | 150 | 22 | 0 | 37 | 51 | 136 | 22 | 62 |
| Binary | 1111100 | 10010111 | 1101000 | 10010 | 0 | 11111 | 101001 | 1011110 | 10010 | 110010 |
Color Harmonies of #7C9768
Complementary color
Monochromatic Colors of #7C9768
Black with #7C9768
Text Example
Text Example
White with #7C9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9768; }
p { color: rgb(124,151,104); }
H1.HeaderClassName
{
color: #7C9768;
}
.AnyTagClassName
{
color: #7C9768;
}
</style>
background-color css
<style>
a { background-color: #7C9768; }
a { background-color: rgb(124,151,104); }
div.DivClassName
{
background-color: #7C9768;
}
.BgClassName
{
background-color: #7C9768;
}
</style>
border-color css
<style>
span { border-color: #7C9768; }
span { border-color: rgb(124,151,104); }
td.TdClassName
{
border-color: #7C9768;
}
.TagClassName
{
border-color: #7C9768;
}
</style>