Shades of Trendy Green #828721
Tints of Trendy Green #828721
RGB
CMYK
RGB Variations
Color information
#828721 (or 0x828721) is known color: Trendy Green. HEX triplet: 82, 87 and 21. RGB value is (130,135,33). Sum of RGB (Red+Green+Blue) = 130+135+33=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #828721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828721 is #7D78DE. Grayscale: #7A7A7A. Windows color (decimal): -8222943 or 2197378. OLE color: 2197378.
HSL color Cylindrical-coordinate representation of color #828721: hue angle of 62.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #828721 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 33 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.47 |
| HSL | 62.94º | 0.61% | 0.33% | - |
| HSV(B) | 62.94º | 0.76% | 0.53% | - |
| XYZ | 18.14 | 22.18 | 4.76 | - |
| YUV | 121.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 33 | 0.04 | 0 | 0.76 | 0.47 | 62.94 | 0.61 | 0.33 |
| Hex | 82 | 87 | 21 | 4 | 0 | 4C | 2F | 3F | 3D | 21 |
| Octal | 202 | 207 | 41 | 4 | 0 | 114 | 57 | 77 | 75 | 41 |
| Binary | 10000010 | 10000111 | 100001 | 100 | 0 | 1001100 | 101111 | 111111 | 111101 | 100001 |
Color Harmonies of #828721
Complementary color
Monochromatic Colors of #828721
Black with #828721
Text Example
Text Example
White with #828721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828721; }
p { color: rgb(130,135,33); }
H1.HeaderClassName
{
color: #828721;
}
.AnyTagClassName
{
color: #828721;
}
</style>
background-color css
<style>
a { background-color: #828721; }
a { background-color: rgb(130,135,33); }
div.DivClassName
{
background-color: #828721;
}
.BgClassName
{
background-color: #828721;
}
</style>
border-color css
<style>
span { border-color: #828721; }
span { border-color: rgb(130,135,33); }
td.TdClassName
{
border-color: #828721;
}
.TagClassName
{
border-color: #828721;
}
</style>