Shades of Trendy Green #807F28
Tints of Trendy Green #807F28
RGB
CMYK
RGB Variations
Color information
#807F28 (or 0x807F28) is known color: Trendy Green. HEX triplet: 80, 7F and 28. RGB value is (128,127,40). Sum of RGB (Red+Green+Blue) = 128+127+40=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #807F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807F28 is #7F80D7. Grayscale: #757575. Windows color (decimal): -8356056 or 2654080. OLE color: 2654080.
HSL color Cylindrical-coordinate representation of color #807F28: hue angle of 59.32º degrees, saturation: 0.52, 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 #807F28 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 40 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.50 |
| HSL | 59.32º | 0.52% | 0.33% | - |
| HSV(B) | 59.32º | 0.69% | 0.5% | - |
| XYZ | 16.87 | 19.92 | 4.96 | - |
| YUV | 117.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 40 | 0 | 0.01 | 0.69 | 0.50 | 59.32 | 0.52 | 0.33 |
| Hex | 80 | 7F | 28 | 0 | 1 | 45 | 32 | 3B | 34 | 21 |
| Octal | 200 | 177 | 50 | 0 | 1 | 105 | 62 | 73 | 64 | 41 |
| Binary | 10000000 | 1111111 | 101000 | 0 | 1 | 1000101 | 110010 | 111011 | 110100 | 100001 |
Color Harmonies of #807F28
Complementary color
Monochromatic Colors of #807F28
Black with #807F28
Text Example
Text Example
White with #807F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F28; }
p { color: rgb(128,127,40); }
H1.HeaderClassName
{
color: #807F28;
}
.AnyTagClassName
{
color: #807F28;
}
</style>
background-color css
<style>
a { background-color: #807F28; }
a { background-color: rgb(128,127,40); }
div.DivClassName
{
background-color: #807F28;
}
.BgClassName
{
background-color: #807F28;
}
</style>
border-color css
<style>
span { border-color: #807F28; }
span { border-color: rgb(128,127,40); }
td.TdClassName
{
border-color: #807F28;
}
.TagClassName
{
border-color: #807F28;
}
</style>