Shades of Trendy Green #828720
Tints of Trendy Green #828720
RGB
CMYK
RGB Variations
Color information
#828720 (or 0x828720) is known color: Trendy Green. HEX triplet: 82, 87 and 20. RGB value is (130,135,32). Sum of RGB (Red+Green+Blue) = 130+135+32=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #828720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828720 is #7D78DF. Grayscale: #7A7A7A. Windows color (decimal): -8222944 or 2131842. OLE color: 2131842.
HSL color Cylindrical-coordinate representation of color #828720: hue angle of 62.91º degrees, saturation: 0.62, 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 #828720 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 32 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.47 |
| HSL | 62.91º | 0.62% | 0.33% | - |
| HSV(B) | 62.91º | 0.76% | 0.53% | - |
| XYZ | 18.13 | 22.18 | 4.69 | - |
| YUV | 121.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 32 | 0.04 | 0 | 0.76 | 0.47 | 62.91 | 0.62 | 0.33 |
| Hex | 82 | 87 | 20 | 4 | 0 | 4C | 2F | 3F | 3E | 21 |
| Octal | 202 | 207 | 40 | 4 | 0 | 114 | 57 | 77 | 76 | 41 |
| Binary | 10000010 | 10000111 | 100000 | 100 | 0 | 1001100 | 101111 | 111111 | 111110 | 100001 |
Color Harmonies of #828720
Complementary color
Monochromatic Colors of #828720
Black with #828720
Text Example
Text Example
White with #828720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828720; }
p { color: rgb(130,135,32); }
H1.HeaderClassName
{
color: #828720;
}
.AnyTagClassName
{
color: #828720;
}
</style>
background-color css
<style>
a { background-color: #828720; }
a { background-color: rgb(130,135,32); }
div.DivClassName
{
background-color: #828720;
}
.BgClassName
{
background-color: #828720;
}
</style>
border-color css
<style>
span { border-color: #828720; }
span { border-color: rgb(130,135,32); }
td.TdClassName
{
border-color: #828720;
}
.TagClassName
{
border-color: #828720;
}
</style>