Shades of Trendy Green #827F24
Tints of Trendy Green #827F24
RGB
CMYK
RGB Variations
Color information
#827F24 (or 0x827F24) is known color: Trendy Green. HEX triplet: 82, 7F and 24. RGB value is (130,127,36). Sum of RGB (Red+Green+Blue) = 130+127+36=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F24 is #7D80DB. Grayscale: #757575. Windows color (decimal): -8224988 or 2391938. OLE color: 2391938.
HSL color Cylindrical-coordinate representation of color #827F24: hue angle of 58.09º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #827F24 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 36 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.49 |
| HSL | 58.09º | 0.57% | 0.33% | - |
| HSV(B) | 58.09º | 0.72% | 0.51% | - |
| XYZ | 17.11 | 20.05 | 4.64 | - |
| YUV | 117.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 36 | 0 | 0.02 | 0.72 | 0.49 | 58.09 | 0.57 | 0.33 |
| Hex | 82 | 7F | 24 | 0 | 2 | 48 | 31 | 3A | 39 | 21 |
| Octal | 202 | 177 | 44 | 0 | 2 | 110 | 61 | 72 | 71 | 41 |
| Binary | 10000010 | 1111111 | 100100 | 0 | 10 | 1001000 | 110001 | 111010 | 111001 | 100001 |
Color Harmonies of #827F24
Complementary color
Monochromatic Colors of #827F24
Black with #827F24
Text Example
Text Example
White with #827F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F24; }
p { color: rgb(130,127,36); }
H1.HeaderClassName
{
color: #827F24;
}
.AnyTagClassName
{
color: #827F24;
}
</style>
background-color css
<style>
a { background-color: #827F24; }
a { background-color: rgb(130,127,36); }
div.DivClassName
{
background-color: #827F24;
}
.BgClassName
{
background-color: #827F24;
}
</style>
border-color css
<style>
span { border-color: #827F24; }
span { border-color: rgb(130,127,36); }
td.TdClassName
{
border-color: #827F24;
}
.TagClassName
{
border-color: #827F24;
}
</style>