Shades of Highland #7F9966
Tints of Highland #7F9966
RGB
CMYK
RGB Variations
Color information
#7F9966 (or 0x7F9966) is known color: Highland. HEX triplet: 7F, 99 and 66. RGB value is (127,153,102). Sum of RGB (Red+Green+Blue) = 127+153+102=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9966 is #806699. Grayscale: #8B8B8B. Windows color (decimal): -8414874 or 6723967. OLE color: 6723967.
HSL color Cylindrical-coordinate representation of color #7F9966: hue angle of 90.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F9966 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
RGB | 127 | 153 | 102 | - |
CMYK | 0.17 | 0 | 0.33 | 0.4 |
HSL | 90.59º | 0.2% | 0.5% | - |
HSV(B) | 90.59º | 0.33% | 0.6% | - |
XYZ | 22.54 | 28.25 | 16.84 | - |
YUV | 139.41 | 106.89 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 153 | 102 | 0.17 | 0 | 0.33 | 0.4 | 90.59 | 0.2 | 0.5 |
Hex | 7F | 99 | 66 | 11 | 0 | 21 | 28 | 5B | 14 | 32 |
Octal | 177 | 231 | 146 | 21 | 0 | 41 | 50 | 133 | 24 | 62 |
Binary | 1111111 | 10011001 | 1100110 | 10001 | 0 | 100001 | 101000 | 1011011 | 10100 | 110010 |
Color Harmonies of #7F9966
Complementary color
Monochromatic Colors of #7F9966
Black with #7F9966
Text Example
Text Example
White with #7F9966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9966; }
p { color: rgb(127,153,102); }
H1.HeaderClassName
{
color: #7F9966;
}
.AnyTagClassName
{
color: #7F9966;
}
</style>
background-color css
<style>
a { background-color: #7F9966; }
a { background-color: rgb(127,153,102); }
div.DivClassName
{
background-color: #7F9966;
}
.BgClassName
{
background-color: #7F9966;
}
</style>
border-color css
<style>
span { border-color: #7F9966; }
span { border-color: rgb(127,153,102); }
td.TdClassName
{
border-color: #7F9966;
}
.TagClassName
{
border-color: #7F9966;
}
</style>