Shades of Trendy Green #808726
Tints of Trendy Green #808726
RGB
CMYK
RGB Variations
Color information
#808726 (or 0x808726) is known color: Trendy Green. HEX triplet: 80, 87 and 26. RGB value is (128,135,38). Sum of RGB (Red+Green+Blue) = 128+135+38=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #808726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808726 is #7F78D9. Grayscale: #7A7A7A. Windows color (decimal): -8354010 or 2525056. OLE color: 2525056.
HSL color Cylindrical-coordinate representation of color #808726: hue angle of 64.33º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #808726 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 38 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.47 |
| HSL | 64.33º | 0.56% | 0.34% | - |
| HSV(B) | 64.33º | 0.72% | 0.53% | - |
| XYZ | 17.92 | 22.06 | 5.15 | - |
| YUV | 121.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 38 | 0.05 | 0 | 0.72 | 0.47 | 64.33 | 0.56 | 0.34 |
| Hex | 80 | 87 | 26 | 5 | 0 | 48 | 2F | 40 | 38 | 22 |
| Octal | 200 | 207 | 46 | 5 | 0 | 110 | 57 | 100 | 70 | 42 |
| Binary | 10000000 | 10000111 | 100110 | 101 | 0 | 1001000 | 101111 | 1000000 | 111000 | 100010 |
Color Harmonies of #808726
Complementary color
Monochromatic Colors of #808726
Black with #808726
Text Example
Text Example
White with #808726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808726; }
p { color: rgb(128,135,38); }
H1.HeaderClassName
{
color: #808726;
}
.AnyTagClassName
{
color: #808726;
}
</style>
background-color css
<style>
a { background-color: #808726; }
a { background-color: rgb(128,135,38); }
div.DivClassName
{
background-color: #808726;
}
.BgClassName
{
background-color: #808726;
}
</style>
border-color css
<style>
span { border-color: #808726; }
span { border-color: rgb(128,135,38); }
td.TdClassName
{
border-color: #808726;
}
.TagClassName
{
border-color: #808726;
}
</style>