Shades of Trendy Green #827D14
Tints of Trendy Green #827D14
RGB
CMYK
RGB Variations
Color information
#827D14 (or 0x827D14) is known color: Trendy Green. HEX triplet: 82, 7D and 14. RGB value is (130,125,20). Sum of RGB (Red+Green+Blue) = 130+125+20=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #827D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D14 is #7D82EB. Grayscale: #727272. Windows color (decimal): -8225516 or 1342850. OLE color: 1342850.
HSL color Cylindrical-coordinate representation of color #827D14: hue angle of 57.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #827D14 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 20 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.49 |
| HSL | 57.27º | 0.73% | 0.29% | - |
| HSV(B) | 57.27º | 0.85% | 0.51% | - |
| XYZ | 16.67 | 19.46 | 3.54 | - |
| YUV | 114.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 20 | 0 | 0.04 | 0.85 | 0.49 | 57.27 | 0.73 | 0.29 |
| Hex | 82 | 7D | 14 | 0 | 4 | 55 | 31 | 39 | 49 | 1D |
| Octal | 202 | 175 | 24 | 0 | 4 | 125 | 61 | 71 | 111 | 35 |
| Binary | 10000010 | 1111101 | 10100 | 0 | 100 | 1010101 | 110001 | 111001 | 1001001 | 11101 |
Color Harmonies of #827D14
Complementary color
Monochromatic Colors of #827D14
Black with #827D14
Text Example
Text Example
White with #827D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D14; }
p { color: rgb(130,125,20); }
H1.HeaderClassName
{
color: #827D14;
}
.AnyTagClassName
{
color: #827D14;
}
</style>
background-color css
<style>
a { background-color: #827D14; }
a { background-color: rgb(130,125,20); }
div.DivClassName
{
background-color: #827D14;
}
.BgClassName
{
background-color: #827D14;
}
</style>
border-color css
<style>
span { border-color: #827D14; }
span { border-color: rgb(130,125,20); }
td.TdClassName
{
border-color: #827D14;
}
.TagClassName
{
border-color: #827D14;
}
</style>