Shades of Trendy Green #808122
Tints of Trendy Green #808122
RGB
CMYK
RGB Variations
Color information
#808122 (or 0x808122) is known color: Trendy Green. HEX triplet: 80, 81 and 22. RGB value is (128,129,34). Sum of RGB (Red+Green+Blue) = 128+129+34=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #808122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808122 is #7F7EDD. Grayscale: #767676. Windows color (decimal): -8355550 or 2261376. OLE color: 2261376.
HSL color Cylindrical-coordinate representation of color #808122: hue angle of 60.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #808122 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 34 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.49 |
| HSL | 60.63º | 0.58% | 0.32% | - |
| HSV(B) | 60.63º | 0.74% | 0.51% | - |
| XYZ | 17.04 | 20.41 | 4.55 | - |
| YUV | 117.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 34 | 0.01 | 0 | 0.74 | 0.49 | 60.63 | 0.58 | 0.32 |
| Hex | 80 | 81 | 22 | 1 | 0 | 4A | 31 | 3D | 3A | 20 |
| Octal | 200 | 201 | 42 | 1 | 0 | 112 | 61 | 75 | 72 | 40 |
| Binary | 10000000 | 10000001 | 100010 | 1 | 0 | 1001010 | 110001 | 111101 | 111010 | 100000 |
Color Harmonies of #808122
Complementary color
Monochromatic Colors of #808122
Black with #808122
Text Example
Text Example
White with #808122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808122; }
p { color: rgb(128,129,34); }
H1.HeaderClassName
{
color: #808122;
}
.AnyTagClassName
{
color: #808122;
}
</style>
background-color css
<style>
a { background-color: #808122; }
a { background-color: rgb(128,129,34); }
div.DivClassName
{
background-color: #808122;
}
.BgClassName
{
background-color: #808122;
}
</style>
border-color css
<style>
span { border-color: #808122; }
span { border-color: rgb(128,129,34); }
td.TdClassName
{
border-color: #808122;
}
.TagClassName
{
border-color: #808122;
}
</style>