Shades of Trendy Green #807E2B
Tints of Trendy Green #807E2B
RGB
CMYK
RGB Variations
Color information
#807E2B (or 0x807E2B) is known color: Trendy Green. HEX triplet: 80, 7E and 2B. RGB value is (128,126,43). Sum of RGB (Red+Green+Blue) = 128+126+43=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #807E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807E2B is #7F81D4. Grayscale: #757575. Windows color (decimal): -8356309 or 2850432. OLE color: 2850432.
HSL color Cylindrical-coordinate representation of color #807E2B: hue angle of 58.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #807E2B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 43 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.50 |
| HSL | 58.59º | 0.5% | 0.34% | - |
| HSV(B) | 58.59º | 0.66% | 0.5% | - |
| XYZ | 16.8 | 19.69 | 5.2 | - |
| YUV | 117.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 43 | 0 | 0.02 | 0.66 | 0.50 | 58.59 | 0.5 | 0.34 |
| Hex | 80 | 7E | 2B | 0 | 2 | 42 | 32 | 3B | 32 | 22 |
| Octal | 200 | 176 | 53 | 0 | 2 | 102 | 62 | 73 | 62 | 42 |
| Binary | 10000000 | 1111110 | 101011 | 0 | 10 | 1000010 | 110010 | 111011 | 110010 | 100010 |
Color Harmonies of #807E2B
Complementary color
Monochromatic Colors of #807E2B
Black with #807E2B
Text Example
Text Example
White with #807E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E2B; }
p { color: rgb(128,126,43); }
H1.HeaderClassName
{
color: #807E2B;
}
.AnyTagClassName
{
color: #807E2B;
}
</style>
background-color css
<style>
a { background-color: #807E2B; }
a { background-color: rgb(128,126,43); }
div.DivClassName
{
background-color: #807E2B;
}
.BgClassName
{
background-color: #807E2B;
}
</style>
border-color css
<style>
span { border-color: #807E2B; }
span { border-color: rgb(128,126,43); }
td.TdClassName
{
border-color: #807E2B;
}
.TagClassName
{
border-color: #807E2B;
}
</style>