Shades of Trendy Green #808619
Tints of Trendy Green #808619
RGB
CMYK
RGB Variations
Color information
#808619 (or 0x808619) is known color: Trendy Green. HEX triplet: 80, 86 and 19. RGB value is (128,134,25). Sum of RGB (Red+Green+Blue) = 128+134+25=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #808619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808619 is #7F79E6. Grayscale: #787878. Windows color (decimal): -8354279 or 1672832. OLE color: 1672832.
HSL color Cylindrical-coordinate representation of color #808619: hue angle of 63.3º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #808619 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 25 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.47 |
| HSL | 63.3º | 0.69% | 0.31% | - |
| HSV(B) | 63.3º | 0.81% | 0.53% | - |
| XYZ | 17.6 | 21.71 | 4.18 | - |
| YUV | 119.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 25 | 0.04 | 0 | 0.81 | 0.47 | 63.3 | 0.69 | 0.31 |
| Hex | 80 | 86 | 19 | 4 | 0 | 51 | 2F | 3F | 45 | 1F |
| Octal | 200 | 206 | 31 | 4 | 0 | 121 | 57 | 77 | 105 | 37 |
| Binary | 10000000 | 10000110 | 11001 | 100 | 0 | 1010001 | 101111 | 111111 | 1000101 | 11111 |
Color Harmonies of #808619
Complementary color
Monochromatic Colors of #808619
Black with #808619
Text Example
Text Example
White with #808619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808619; }
p { color: rgb(128,134,25); }
H1.HeaderClassName
{
color: #808619;
}
.AnyTagClassName
{
color: #808619;
}
</style>
background-color css
<style>
a { background-color: #808619; }
a { background-color: rgb(128,134,25); }
div.DivClassName
{
background-color: #808619;
}
.BgClassName
{
background-color: #808619;
}
</style>
border-color css
<style>
span { border-color: #808619; }
span { border-color: rgb(128,134,25); }
td.TdClassName
{
border-color: #808619;
}
.TagClassName
{
border-color: #808619;
}
</style>