Shades of Stack #7F9A7F
Tints of Stack #7F9A7F
RGB
CMYK
RGB Variations
Color information
#7F9A7F (or 0x7F9A7F) is known color: Stack. HEX triplet: 7F, 9A and 7F. RGB value is (127,154,127). Sum of RGB (Red+Green+Blue) = 127+154+127=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9A7F is #806580. Grayscale: #8E8E8E. Windows color (decimal): -8414593 or 8362623. OLE color: 8362623.
HSL color Cylindrical-coordinate representation of color #7F9A7F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F9A7F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 154 | 127 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.40 |
| HSL | 120º | 0.12% | 0.55% | - |
| HSV(B) | 120º | 0.18% | 0.6% | - |
| XYZ | 24.14 | 29.16 | 24.43 | - |
| YUV | 142.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 127 | 0.18 | 0 | 0.18 | 0.40 | 120 | 0.12 | 0.55 |
| Hex | 7F | 9A | 7F | 12 | 0 | 12 | 28 | 78 | C | 37 |
| Octal | 177 | 232 | 177 | 22 | 0 | 22 | 50 | 170 | 14 | 67 |
| Binary | 1111111 | 10011010 | 1111111 | 10010 | 0 | 10010 | 101000 | 1111000 | 1100 | 110111 |
Color Harmonies of #7F9A7F
Complementary color
Monochromatic Colors of #7F9A7F
Black with #7F9A7F
Text Example
Text Example
White with #7F9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9A7F; }
p { color: rgb(127,154,127); }
H1.HeaderClassName
{
color: #7F9A7F;
}
.AnyTagClassName
{
color: #7F9A7F;
}
</style>
background-color css
<style>
a { background-color: #7F9A7F; }
a { background-color: rgb(127,154,127); }
div.DivClassName
{
background-color: #7F9A7F;
}
.BgClassName
{
background-color: #7F9A7F;
}
</style>
border-color css
<style>
span { border-color: #7F9A7F; }
span { border-color: rgb(127,154,127); }
td.TdClassName
{
border-color: #7F9A7F;
}
.TagClassName
{
border-color: #7F9A7F;
}
</style>