Shades of Stack #7F947F
Tints of Stack #7F947F
RGB
CMYK
RGB Variations
Color information
#7F947F (or 0x7F947F) is known color: Stack. HEX triplet: 7F, 94 and 7F. RGB value is (127,148,127). Sum of RGB (Red+Green+Blue) = 127+148+127=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #7F947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F947F is #806B80. Grayscale: #8B8B8B. Windows color (decimal): -8416129 or 8361087. OLE color: 8361087.
HSL color Cylindrical-coordinate representation of color #7F947F: hue angle of 120º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F947F is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 127 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.42 |
| HSL | 120º | 0.09% | 0.54% | - |
| HSV(B) | 120º | 0.14% | 0.58% | - |
| XYZ | 23.17 | 27.22 | 24.11 | - |
| YUV | 139.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 127 | 0.14 | 0 | 0.14 | 0.42 | 120 | 0.09 | 0.54 |
| Hex | 7F | 94 | 7F | E | 0 | E | 2A | 78 | 9 | 36 |
| Octal | 177 | 224 | 177 | 16 | 0 | 16 | 52 | 170 | 11 | 66 |
| Binary | 1111111 | 10010100 | 1111111 | 1110 | 0 | 1110 | 101010 | 1111000 | 1001 | 110110 |
Color Harmonies of #7F947F
Complementary color
Monochromatic Colors of #7F947F
Black with #7F947F
Text Example
Text Example
White with #7F947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F947F; }
p { color: rgb(127,148,127); }
H1.HeaderClassName
{
color: #7F947F;
}
.AnyTagClassName
{
color: #7F947F;
}
</style>
background-color css
<style>
a { background-color: #7F947F; }
a { background-color: rgb(127,148,127); }
div.DivClassName
{
background-color: #7F947F;
}
.BgClassName
{
background-color: #7F947F;
}
</style>
border-color css
<style>
span { border-color: #7F947F; }
span { border-color: rgb(127,148,127); }
td.TdClassName
{
border-color: #7F947F;
}
.TagClassName
{
border-color: #7F947F;
}
</style>