Shades of Trendy Green #817C1E
Tints of Trendy Green #817C1E
RGB
CMYK
RGB Variations
Color information
#817C1E (or 0x817C1E) is known color: Trendy Green. HEX triplet: 81, 7C and 1E. RGB value is (129,124,30). Sum of RGB (Red+Green+Blue) = 129+124+30=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #817C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C1E is #7E83E1. Grayscale: #737373. Windows color (decimal): -8291298 or 1997953. OLE color: 1997953.
HSL color Cylindrical-coordinate representation of color #817C1E: hue angle of 56.97º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #817C1E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 30 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.49 |
| HSL | 56.97º | 0.62% | 0.31% | - |
| HSV(B) | 56.97º | 0.77% | 0.51% | - |
| XYZ | 16.5 | 19.18 | 4.06 | - |
| YUV | 114.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 30 | 0 | 0.04 | 0.77 | 0.49 | 56.97 | 0.62 | 0.31 |
| Hex | 81 | 7C | 1E | 0 | 4 | 4D | 31 | 39 | 3E | 1F |
| Octal | 201 | 174 | 36 | 0 | 4 | 115 | 61 | 71 | 76 | 37 |
| Binary | 10000001 | 1111100 | 11110 | 0 | 100 | 1001101 | 110001 | 111001 | 111110 | 11111 |
Color Harmonies of #817C1E
Complementary color
Monochromatic Colors of #817C1E
Black with #817C1E
Text Example
Text Example
White with #817C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C1E; }
p { color: rgb(129,124,30); }
H1.HeaderClassName
{
color: #817C1E;
}
.AnyTagClassName
{
color: #817C1E;
}
</style>
background-color css
<style>
a { background-color: #817C1E; }
a { background-color: rgb(129,124,30); }
div.DivClassName
{
background-color: #817C1E;
}
.BgClassName
{
background-color: #817C1E;
}
</style>
border-color css
<style>
span { border-color: #817C1E; }
span { border-color: rgb(129,124,30); }
td.TdClassName
{
border-color: #817C1E;
}
.TagClassName
{
border-color: #817C1E;
}
</style>