Shades of Trendy Green #817C20
Tints of Trendy Green #817C20
RGB
CMYK
RGB Variations
Color information
#817C20 (or 0x817C20) is known color: Trendy Green. HEX triplet: 81, 7C and 20. RGB value is (129,124,32). Sum of RGB (Red+Green+Blue) = 129+124+32=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #817C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C20 is #7E83DF. Grayscale: #737373. Windows color (decimal): -8291296 or 2129025. OLE color: 2129025.
HSL color Cylindrical-coordinate representation of color #817C20: hue angle of 56.91º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #817C20 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 32 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.49 |
| HSL | 56.91º | 0.6% | 0.32% | - |
| HSV(B) | 56.91º | 0.75% | 0.51% | - |
| XYZ | 16.52 | 19.19 | 4.2 | - |
| YUV | 115.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 32 | 0 | 0.04 | 0.75 | 0.49 | 56.91 | 0.6 | 0.32 |
| Hex | 81 | 7C | 20 | 0 | 4 | 4B | 31 | 39 | 3C | 20 |
| Octal | 201 | 174 | 40 | 0 | 4 | 113 | 61 | 71 | 74 | 40 |
| Binary | 10000001 | 1111100 | 100000 | 0 | 100 | 1001011 | 110001 | 111001 | 111100 | 100000 |
Color Harmonies of #817C20
Complementary color
Monochromatic Colors of #817C20
Black with #817C20
Text Example
Text Example
White with #817C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C20; }
p { color: rgb(129,124,32); }
H1.HeaderClassName
{
color: #817C20;
}
.AnyTagClassName
{
color: #817C20;
}
</style>
background-color css
<style>
a { background-color: #817C20; }
a { background-color: rgb(129,124,32); }
div.DivClassName
{
background-color: #817C20;
}
.BgClassName
{
background-color: #817C20;
}
</style>
border-color css
<style>
span { border-color: #817C20; }
span { border-color: rgb(129,124,32); }
td.TdClassName
{
border-color: #817C20;
}
.TagClassName
{
border-color: #817C20;
}
</style>