Shades of Trendy Green #827D16
Tints of Trendy Green #827D16
RGB
CMYK
RGB Variations
Color information
#827D16 (or 0x827D16) is known color: Trendy Green. HEX triplet: 82, 7D and 16. RGB value is (130,125,22). Sum of RGB (Red+Green+Blue) = 130+125+22=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D16 is #7D82E9. Grayscale: #737373. Windows color (decimal): -8225514 or 1473922. OLE color: 1473922.
HSL color Cylindrical-coordinate representation of color #827D16: hue angle of 57.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #827D16 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 22 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.49 |
| HSL | 57.22º | 0.71% | 0.3% | - |
| HSV(B) | 57.22º | 0.83% | 0.51% | - |
| XYZ | 16.68 | 19.47 | 3.64 | - |
| YUV | 114.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 22 | 0 | 0.04 | 0.83 | 0.49 | 57.22 | 0.71 | 0.3 |
| Hex | 82 | 7D | 16 | 0 | 4 | 53 | 31 | 39 | 47 | 1E |
| Octal | 202 | 175 | 26 | 0 | 4 | 123 | 61 | 71 | 107 | 36 |
| Binary | 10000010 | 1111101 | 10110 | 0 | 100 | 1010011 | 110001 | 111001 | 1000111 | 11110 |
Color Harmonies of #827D16
Complementary color
Monochromatic Colors of #827D16
Black with #827D16
Text Example
Text Example
White with #827D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D16; }
p { color: rgb(130,125,22); }
H1.HeaderClassName
{
color: #827D16;
}
.AnyTagClassName
{
color: #827D16;
}
</style>
background-color css
<style>
a { background-color: #827D16; }
a { background-color: rgb(130,125,22); }
div.DivClassName
{
background-color: #827D16;
}
.BgClassName
{
background-color: #827D16;
}
</style>
border-color css
<style>
span { border-color: #827D16; }
span { border-color: rgb(130,125,22); }
td.TdClassName
{
border-color: #827D16;
}
.TagClassName
{
border-color: #827D16;
}
</style>