Shades of Trendy Green #807F29
Tints of Trendy Green #807F29
RGB
CMYK
RGB Variations
Color information
#807F29 (or 0x807F29) is known color: Trendy Green. HEX triplet: 80, 7F and 29. RGB value is (128,127,41). Sum of RGB (Red+Green+Blue) = 128+127+41=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #807F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807F29 is #7F80D6. Grayscale: #757575. Windows color (decimal): -8356055 or 2719616. OLE color: 2719616.
HSL color Cylindrical-coordinate representation of color #807F29: hue angle of 59.31º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #807F29 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 41 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.50 |
| HSL | 59.31º | 0.51% | 0.33% | - |
| HSV(B) | 59.31º | 0.68% | 0.5% | - |
| XYZ | 16.89 | 19.93 | 5.05 | - |
| YUV | 117.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 41 | 0 | 0.01 | 0.68 | 0.50 | 59.31 | 0.51 | 0.33 |
| Hex | 80 | 7F | 29 | 0 | 1 | 44 | 32 | 3B | 33 | 21 |
| Octal | 200 | 177 | 51 | 0 | 1 | 104 | 62 | 73 | 63 | 41 |
| Binary | 10000000 | 1111111 | 101001 | 0 | 1 | 1000100 | 110010 | 111011 | 110011 | 100001 |
Color Harmonies of #807F29
Complementary color
Monochromatic Colors of #807F29
Black with #807F29
Text Example
Text Example
White with #807F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F29; }
p { color: rgb(128,127,41); }
H1.HeaderClassName
{
color: #807F29;
}
.AnyTagClassName
{
color: #807F29;
}
</style>
background-color css
<style>
a { background-color: #807F29; }
a { background-color: rgb(128,127,41); }
div.DivClassName
{
background-color: #807F29;
}
.BgClassName
{
background-color: #807F29;
}
</style>
border-color css
<style>
span { border-color: #807F29; }
span { border-color: rgb(128,127,41); }
td.TdClassName
{
border-color: #807F29;
}
.TagClassName
{
border-color: #807F29;
}
</style>