Shades of Trendy Green #7F7F27
Tints of Trendy Green #7F7F27
RGB
CMYK
RGB Variations
Color information
#7F7F27 (or 0x7F7F27) is known color: Trendy Green. HEX triplet: 7F, 7F and 27. RGB value is (127,127,39). Sum of RGB (Red+Green+Blue) = 127+127+39=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 127 - color contains mainly: red, green. Hex color #7F7F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7F27 is #8080D8. Grayscale: #757575. Windows color (decimal): -8421593 or 2588543. OLE color: 2588543.
HSL color Cylindrical-coordinate representation of color #7F7F27: hue angle of 60º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F7F27 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 127 | 39 | - |
| CMYK | 0 | 0 | 0.69 | 0.50 |
| HSL | 60º | 0.53% | 0.33% | - |
| HSV(B) | 60º | 0.69% | 0.5% | - |
| XYZ | 16.71 | 19.84 | 4.87 | - |
| YUV | 116.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 39 | 0 | 0 | 0.69 | 0.50 | 60 | 0.53 | 0.33 |
| Hex | 7F | 7F | 27 | 0 | 0 | 45 | 32 | 3C | 35 | 21 |
| Octal | 177 | 177 | 47 | 0 | 0 | 105 | 62 | 74 | 65 | 41 |
| Binary | 1111111 | 1111111 | 100111 | 0 | 0 | 1000101 | 110010 | 111100 | 110101 | 100001 |
Color Harmonies of #7F7F27
Complementary color
Monochromatic Colors of #7F7F27
Black with #7F7F27
Text Example
Text Example
White with #7F7F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7F27; }
p { color: rgb(127,127,39); }
H1.HeaderClassName
{
color: #7F7F27;
}
.AnyTagClassName
{
color: #7F7F27;
}
</style>
background-color css
<style>
a { background-color: #7F7F27; }
a { background-color: rgb(127,127,39); }
div.DivClassName
{
background-color: #7F7F27;
}
.BgClassName
{
background-color: #7F7F27;
}
</style>
border-color css
<style>
span { border-color: #7F7F27; }
span { border-color: rgb(127,127,39); }
td.TdClassName
{
border-color: #7F7F27;
}
.TagClassName
{
border-color: #7F7F27;
}
</style>