Shades of Trendy Green #808127
Tints of Trendy Green #808127
RGB
CMYK
RGB Variations
Color information
#808127 (or 0x808127) is known color: Trendy Green. HEX triplet: 80, 81 and 27. RGB value is (128,129,39). Sum of RGB (Red+Green+Blue) = 128+129+39=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #808127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808127 is #7F7ED8. Grayscale: #767676. Windows color (decimal): -8355545 or 2589056. OLE color: 2589056.
HSL color Cylindrical-coordinate representation of color #808127: hue angle of 60.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #808127 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 39 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.49 |
| HSL | 60.67º | 0.54% | 0.33% | - |
| HSV(B) | 60.67º | 0.7% | 0.51% | - |
| XYZ | 17.12 | 20.44 | 4.96 | - |
| YUV | 118.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 39 | 0.01 | 0 | 0.70 | 0.49 | 60.67 | 0.54 | 0.33 |
| Hex | 80 | 81 | 27 | 1 | 0 | 46 | 31 | 3D | 36 | 21 |
| Octal | 200 | 201 | 47 | 1 | 0 | 106 | 61 | 75 | 66 | 41 |
| Binary | 10000000 | 10000001 | 100111 | 1 | 0 | 1000110 | 110001 | 111101 | 110110 | 100001 |
Color Harmonies of #808127
Complementary color
Monochromatic Colors of #808127
Black with #808127
Text Example
Text Example
White with #808127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808127; }
p { color: rgb(128,129,39); }
H1.HeaderClassName
{
color: #808127;
}
.AnyTagClassName
{
color: #808127;
}
</style>
background-color css
<style>
a { background-color: #808127; }
a { background-color: rgb(128,129,39); }
div.DivClassName
{
background-color: #808127;
}
.BgClassName
{
background-color: #808127;
}
</style>
border-color css
<style>
span { border-color: #808127; }
span { border-color: rgb(128,129,39); }
td.TdClassName
{
border-color: #808127;
}
.TagClassName
{
border-color: #808127;
}
</style>