Shades of Trendy Green #827F17
Tints of Trendy Green #827F17
RGB
CMYK
RGB Variations
Color information
#827F17 (or 0x827F17) is known color: Trendy Green. HEX triplet: 82, 7F and 17. RGB value is (130,127,23). Sum of RGB (Red+Green+Blue) = 130+127+23=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F17 is #7D80E8. Grayscale: #747474. Windows color (decimal): -8225001 or 1539970. OLE color: 1539970.
HSL color Cylindrical-coordinate representation of color #827F17: hue angle of 58.32º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827F17 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 23 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.49 |
| HSL | 58.32º | 0.7% | 0.3% | - |
| HSV(B) | 58.32º | 0.82% | 0.51% | - |
| XYZ | 16.95 | 19.99 | 3.78 | - |
| YUV | 116.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 23 | 0 | 0.02 | 0.82 | 0.49 | 58.32 | 0.7 | 0.3 |
| Hex | 82 | 7F | 17 | 0 | 2 | 52 | 31 | 3A | 46 | 1E |
| Octal | 202 | 177 | 27 | 0 | 2 | 122 | 61 | 72 | 106 | 36 |
| Binary | 10000010 | 1111111 | 10111 | 0 | 10 | 1010010 | 110001 | 111010 | 1000110 | 11110 |
Color Harmonies of #827F17
Complementary color
Monochromatic Colors of #827F17
Black with #827F17
Text Example
Text Example
White with #827F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F17; }
p { color: rgb(130,127,23); }
H1.HeaderClassName
{
color: #827F17;
}
.AnyTagClassName
{
color: #827F17;
}
</style>
background-color css
<style>
a { background-color: #827F17; }
a { background-color: rgb(130,127,23); }
div.DivClassName
{
background-color: #827F17;
}
.BgClassName
{
background-color: #827F17;
}
</style>
border-color css
<style>
span { border-color: #827F17; }
span { border-color: rgb(130,127,23); }
td.TdClassName
{
border-color: #827F17;
}
.TagClassName
{
border-color: #827F17;
}
</style>