Shades of Trendy Green #807C21
Tints of Trendy Green #807C21
RGB
CMYK
RGB Variations
Color information
#807C21 (or 0x807C21) is known color: Trendy Green. HEX triplet: 80, 7C and 21. RGB value is (128,124,33). Sum of RGB (Red+Green+Blue) = 128+124+33=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #807C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C21 is #7F83DE. Grayscale: #737373. Windows color (decimal): -8356831 or 2194560. OLE color: 2194560.
HSL color Cylindrical-coordinate representation of color #807C21: hue angle of 57.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #807C21 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 33 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.50 |
| HSL | 57.47º | 0.59% | 0.32% | - |
| HSV(B) | 57.47º | 0.74% | 0.5% | - |
| XYZ | 16.38 | 19.11 | 4.26 | - |
| YUV | 114.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 33 | 0 | 0.03 | 0.74 | 0.50 | 57.47 | 0.59 | 0.32 |
| Hex | 80 | 7C | 21 | 0 | 3 | 4A | 32 | 39 | 3B | 20 |
| Octal | 200 | 174 | 41 | 0 | 3 | 112 | 62 | 71 | 73 | 40 |
| Binary | 10000000 | 1111100 | 100001 | 0 | 11 | 1001010 | 110010 | 111001 | 111011 | 100000 |
Color Harmonies of #807C21
Complementary color
Monochromatic Colors of #807C21
Black with #807C21
Text Example
Text Example
White with #807C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C21; }
p { color: rgb(128,124,33); }
H1.HeaderClassName
{
color: #807C21;
}
.AnyTagClassName
{
color: #807C21;
}
</style>
background-color css
<style>
a { background-color: #807C21; }
a { background-color: rgb(128,124,33); }
div.DivClassName
{
background-color: #807C21;
}
.BgClassName
{
background-color: #807C21;
}
</style>
border-color css
<style>
span { border-color: #807C21; }
span { border-color: rgb(128,124,33); }
td.TdClassName
{
border-color: #807C21;
}
.TagClassName
{
border-color: #807C21;
}
</style>