Shades of Trendy Green #807E2C
Tints of Trendy Green #807E2C
RGB
CMYK
RGB Variations
Color information
#807E2C (or 0x807E2C) is known color: Trendy Green. HEX triplet: 80, 7E and 2C. RGB value is (128,126,44). Sum of RGB (Red+Green+Blue) = 128+126+44=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #807E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807E2C is #7F81D3. Grayscale: #757575. Windows color (decimal): -8356308 or 2915968. OLE color: 2915968.
HSL color Cylindrical-coordinate representation of color #807E2C: hue angle of 58.57º degrees, saturation: 0.49, 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 #807E2C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 44 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.50 |
| HSL | 58.57º | 0.49% | 0.34% | - |
| HSV(B) | 58.57º | 0.66% | 0.5% | - |
| XYZ | 16.82 | 19.69 | 5.3 | - |
| YUV | 117.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 44 | 0 | 0.02 | 0.66 | 0.50 | 58.57 | 0.49 | 0.34 |
| Hex | 80 | 7E | 2C | 0 | 2 | 42 | 32 | 3B | 31 | 22 |
| Octal | 200 | 176 | 54 | 0 | 2 | 102 | 62 | 73 | 61 | 42 |
| Binary | 10000000 | 1111110 | 101100 | 0 | 10 | 1000010 | 110010 | 111011 | 110001 | 100010 |
Color Harmonies of #807E2C
Complementary color
Monochromatic Colors of #807E2C
Black with #807E2C
Text Example
Text Example
White with #807E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E2C; }
p { color: rgb(128,126,44); }
H1.HeaderClassName
{
color: #807E2C;
}
.AnyTagClassName
{
color: #807E2C;
}
</style>
background-color css
<style>
a { background-color: #807E2C; }
a { background-color: rgb(128,126,44); }
div.DivClassName
{
background-color: #807E2C;
}
.BgClassName
{
background-color: #807E2C;
}
</style>
border-color css
<style>
span { border-color: #807E2C; }
span { border-color: rgb(128,126,44); }
td.TdClassName
{
border-color: #807E2C;
}
.TagClassName
{
border-color: #807E2C;
}
</style>