Shades of Trendy Green #807D22
Tints of Trendy Green #807D22
RGB
CMYK
RGB Variations
Color information
#807D22 (or 0x807D22) is known color: Trendy Green. HEX triplet: 80, 7D and 22. RGB value is (128,125,34). Sum of RGB (Red+Green+Blue) = 128+125+34=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #807D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D22 is #7F82DD. Grayscale: #737373. Windows color (decimal): -8356574 or 2260352. OLE color: 2260352.
HSL color Cylindrical-coordinate representation of color #807D22: hue angle of 58.09º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #807D22 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 34 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.50 |
| HSL | 58.09º | 0.58% | 0.32% | - |
| HSV(B) | 58.09º | 0.73% | 0.5% | - |
| XYZ | 16.52 | 19.37 | 4.38 | - |
| YUV | 115.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 34 | 0 | 0.02 | 0.73 | 0.50 | 58.09 | 0.58 | 0.32 |
| Hex | 80 | 7D | 22 | 0 | 2 | 49 | 32 | 3A | 3A | 20 |
| Octal | 200 | 175 | 42 | 0 | 2 | 111 | 62 | 72 | 72 | 40 |
| Binary | 10000000 | 1111101 | 100010 | 0 | 10 | 1001001 | 110010 | 111010 | 111010 | 100000 |
Color Harmonies of #807D22
Complementary color
Monochromatic Colors of #807D22
Black with #807D22
Text Example
Text Example
White with #807D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D22; }
p { color: rgb(128,125,34); }
H1.HeaderClassName
{
color: #807D22;
}
.AnyTagClassName
{
color: #807D22;
}
</style>
background-color css
<style>
a { background-color: #807D22; }
a { background-color: rgb(128,125,34); }
div.DivClassName
{
background-color: #807D22;
}
.BgClassName
{
background-color: #807D22;
}
</style>
border-color css
<style>
span { border-color: #807D22; }
span { border-color: rgb(128,125,34); }
td.TdClassName
{
border-color: #807D22;
}
.TagClassName
{
border-color: #807D22;
}
</style>