Shades of Trendy Green #817D17
Tints of Trendy Green #817D17
RGB
CMYK
RGB Variations
Color information
#817D17 (or 0x817D17) is known color: Trendy Green. HEX triplet: 81, 7D and 17. RGB value is (129,125,23). Sum of RGB (Red+Green+Blue) = 129+125+23=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #817D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D17 is #7E82E8. Grayscale: #727272. Windows color (decimal): -8291049 or 1539457. OLE color: 1539457.
HSL color Cylindrical-coordinate representation of color #817D17: hue angle of 57.74º 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 #817D17 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 23 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.49 |
| HSL | 57.74º | 0.7% | 0.3% | - |
| HSV(B) | 57.74º | 0.82% | 0.51% | - |
| XYZ | 16.54 | 19.4 | 3.68 | - |
| YUV | 114.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 23 | 0 | 0.03 | 0.82 | 0.49 | 57.74 | 0.7 | 0.3 |
| Hex | 81 | 7D | 17 | 0 | 3 | 52 | 31 | 3A | 46 | 1E |
| Octal | 201 | 175 | 27 | 0 | 3 | 122 | 61 | 72 | 106 | 36 |
| Binary | 10000001 | 1111101 | 10111 | 0 | 11 | 1010010 | 110001 | 111010 | 1000110 | 11110 |
Color Harmonies of #817D17
Complementary color
Monochromatic Colors of #817D17
Black with #817D17
Text Example
Text Example
White with #817D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D17; }
p { color: rgb(129,125,23); }
H1.HeaderClassName
{
color: #817D17;
}
.AnyTagClassName
{
color: #817D17;
}
</style>
background-color css
<style>
a { background-color: #817D17; }
a { background-color: rgb(129,125,23); }
div.DivClassName
{
background-color: #817D17;
}
.BgClassName
{
background-color: #817D17;
}
</style>
border-color css
<style>
span { border-color: #817D17; }
span { border-color: rgb(129,125,23); }
td.TdClassName
{
border-color: #817D17;
}
.TagClassName
{
border-color: #817D17;
}
</style>