Shades of Trendy Green #817E2D
Tints of Trendy Green #817E2D
RGB
CMYK
RGB Variations
Color information
#817E2D (or 0x817E2D) is known color: Trendy Green. HEX triplet: 81, 7E and 2D. RGB value is (129,126,45). Sum of RGB (Red+Green+Blue) = 129+126+45=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #817E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E2D is #7E81D2. Grayscale: #757575. Windows color (decimal): -8290771 or 2981505. OLE color: 2981505.
HSL color Cylindrical-coordinate representation of color #817E2D: hue angle of 57.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #817E2D is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 45 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.49 |
| HSL | 57.86º | 0.48% | 0.34% | - |
| HSV(B) | 57.86º | 0.65% | 0.51% | - |
| XYZ | 16.99 | 19.78 | 5.4 | - |
| YUV | 117.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 45 | 0 | 0.02 | 0.65 | 0.49 | 57.86 | 0.48 | 0.34 |
| Hex | 81 | 7E | 2D | 0 | 2 | 41 | 31 | 3A | 30 | 22 |
| Octal | 201 | 176 | 55 | 0 | 2 | 101 | 61 | 72 | 60 | 42 |
| Binary | 10000001 | 1111110 | 101101 | 0 | 10 | 1000001 | 110001 | 111010 | 110000 | 100010 |
Color Harmonies of #817E2D
Complementary color
Monochromatic Colors of #817E2D
Black with #817E2D
Text Example
Text Example
White with #817E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E2D; }
p { color: rgb(129,126,45); }
H1.HeaderClassName
{
color: #817E2D;
}
.AnyTagClassName
{
color: #817E2D;
}
</style>
background-color css
<style>
a { background-color: #817E2D; }
a { background-color: rgb(129,126,45); }
div.DivClassName
{
background-color: #817E2D;
}
.BgClassName
{
background-color: #817E2D;
}
</style>
border-color css
<style>
span { border-color: #817E2D; }
span { border-color: rgb(129,126,45); }
td.TdClassName
{
border-color: #817E2D;
}
.TagClassName
{
border-color: #817E2D;
}
</style>