Shades of Trendy Green #808135
Tints of Trendy Green #808135
RGB
CMYK
RGB Variations
Color information
#808135 (or 0x808135) is known color: Trendy Green. HEX triplet: 80, 81 and 35. RGB value is (128,129,53). Sum of RGB (Red+Green+Blue) = 128+129+53=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #808135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808135 is #7F7ECA. Grayscale: #787878. Windows color (decimal): -8355531 or 3506560. OLE color: 3506560.
HSL color Cylindrical-coordinate representation of color #808135: hue angle of 60.79º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808135 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 53 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.49 |
| HSL | 60.79º | 0.42% | 0.36% | - |
| HSV(B) | 60.79º | 0.59% | 0.51% | - |
| XYZ | 17.39 | 20.55 | 6.42 | - |
| YUV | 120.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 53 | 0.01 | 0 | 0.59 | 0.49 | 60.79 | 0.42 | 0.36 |
| Hex | 80 | 81 | 35 | 1 | 0 | 3B | 31 | 3D | 2A | 24 |
| Octal | 200 | 201 | 65 | 1 | 0 | 73 | 61 | 75 | 52 | 44 |
| Binary | 10000000 | 10000001 | 110101 | 1 | 0 | 111011 | 110001 | 111101 | 101010 | 100100 |
Color Harmonies of #808135
Complementary color
Monochromatic Colors of #808135
Black with #808135
Text Example
Text Example
White with #808135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808135; }
p { color: rgb(128,129,53); }
H1.HeaderClassName
{
color: #808135;
}
.AnyTagClassName
{
color: #808135;
}
</style>
background-color css
<style>
a { background-color: #808135; }
a { background-color: rgb(128,129,53); }
div.DivClassName
{
background-color: #808135;
}
.BgClassName
{
background-color: #808135;
}
</style>
border-color css
<style>
span { border-color: #808135; }
span { border-color: rgb(128,129,53); }
td.TdClassName
{
border-color: #808135;
}
.TagClassName
{
border-color: #808135;
}
</style>