Shades of Highland #7F9468
Tints of Highland #7F9468
RGB
CMYK
RGB Variations
Color information
#7F9468 (or 0x7F9468) is known color: Highland. HEX triplet: 7F, 94 and 68. RGB value is (127,148,104). Sum of RGB (Red+Green+Blue) = 127+148+104=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9468 is #806B97. Grayscale: #888888. Windows color (decimal): -8416152 or 6853759. OLE color: 6853759.
HSL color Cylindrical-coordinate representation of color #7F9468: hue angle of 88.64º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F9468 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 104 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.42 |
| HSL | 88.64º | 0.17% | 0.49% | - |
| HSV(B) | 88.64º | 0.3% | 0.58% | - |
| XYZ | 21.84 | 26.69 | 17.1 | - |
| YUV | 136.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 104 | 0.14 | 0 | 0.30 | 0.42 | 88.64 | 0.17 | 0.49 |
| Hex | 7F | 94 | 68 | E | 0 | 1E | 2A | 59 | 11 | 31 |
| Octal | 177 | 224 | 150 | 16 | 0 | 36 | 52 | 131 | 21 | 61 |
| Binary | 1111111 | 10010100 | 1101000 | 1110 | 0 | 11110 | 101010 | 1011001 | 10001 | 110001 |
Color Harmonies of #7F9468
Complementary color
Monochromatic Colors of #7F9468
Black with #7F9468
Text Example
Text Example
White with #7F9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9468; }
p { color: rgb(127,148,104); }
H1.HeaderClassName
{
color: #7F9468;
}
.AnyTagClassName
{
color: #7F9468;
}
</style>
background-color css
<style>
a { background-color: #7F9468; }
a { background-color: rgb(127,148,104); }
div.DivClassName
{
background-color: #7F9468;
}
.BgClassName
{
background-color: #7F9468;
}
</style>
border-color css
<style>
span { border-color: #7F9468; }
span { border-color: rgb(127,148,104); }
td.TdClassName
{
border-color: #7F9468;
}
.TagClassName
{
border-color: #7F9468;
}
</style>