Shades of Stack #7F9D7F
Tints of Stack #7F9D7F
RGB
CMYK
RGB Variations
Color information
#7F9D7F (or 0x7F9D7F) is known color: Stack. HEX triplet: 7F, 9D and 7F. RGB value is (127,157,127). Sum of RGB (Red+Green+Blue) = 127+157+127=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D7F is #806280. Grayscale: #909090. Windows color (decimal): -8413825 or 8363391. OLE color: 8363391.
HSL color Cylindrical-coordinate representation of color #7F9D7F: hue angle of 120º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D7F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 127 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.38 |
| HSL | 120º | 0.13% | 0.56% | - |
| HSV(B) | 120º | 0.19% | 0.62% | - |
| XYZ | 24.64 | 30.16 | 24.6 | - |
| YUV | 144.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 127 | 0.19 | 0 | 0.19 | 0.38 | 120 | 0.13 | 0.56 |
| Hex | 7F | 9D | 7F | 13 | 0 | 13 | 26 | 78 | D | 38 |
| Octal | 177 | 235 | 177 | 23 | 0 | 23 | 46 | 170 | 15 | 70 |
| Binary | 1111111 | 10011101 | 1111111 | 10011 | 0 | 10011 | 100110 | 1111000 | 1101 | 111000 |
Color Harmonies of #7F9D7F
Complementary color
Monochromatic Colors of #7F9D7F
Black with #7F9D7F
Text Example
Text Example
White with #7F9D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D7F; }
p { color: rgb(127,157,127); }
H1.HeaderClassName
{
color: #7F9D7F;
}
.AnyTagClassName
{
color: #7F9D7F;
}
</style>
background-color css
<style>
a { background-color: #7F9D7F; }
a { background-color: rgb(127,157,127); }
div.DivClassName
{
background-color: #7F9D7F;
}
.BgClassName
{
background-color: #7F9D7F;
}
</style>
border-color css
<style>
span { border-color: #7F9D7F; }
span { border-color: rgb(127,157,127); }
td.TdClassName
{
border-color: #7F9D7F;
}
.TagClassName
{
border-color: #7F9D7F;
}
</style>