Shades of Trendy Green #817E2B
Tints of Trendy Green #817E2B
RGB
CMYK
RGB Variations
Color information
#817E2B (or 0x817E2B) is known color: Trendy Green. HEX triplet: 81, 7E and 2B. RGB value is (129,126,43). Sum of RGB (Red+Green+Blue) = 129+126+43=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #817E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E2B is #7E81D4. Grayscale: #757575. Windows color (decimal): -8290773 or 2850433. OLE color: 2850433.
HSL color Cylindrical-coordinate representation of color #817E2B: hue angle of 57.91º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #817E2B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 43 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.49 |
| HSL | 57.91º | 0.5% | 0.34% | - |
| HSV(B) | 57.91º | 0.67% | 0.51% | - |
| XYZ | 16.95 | 19.76 | 5.21 | - |
| YUV | 117.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 43 | 0 | 0.02 | 0.67 | 0.49 | 57.91 | 0.5 | 0.34 |
| Hex | 81 | 7E | 2B | 0 | 2 | 43 | 31 | 3A | 32 | 22 |
| Octal | 201 | 176 | 53 | 0 | 2 | 103 | 61 | 72 | 62 | 42 |
| Binary | 10000001 | 1111110 | 101011 | 0 | 10 | 1000011 | 110001 | 111010 | 110010 | 100010 |
Color Harmonies of #817E2B
Complementary color
Monochromatic Colors of #817E2B
Black with #817E2B
Text Example
Text Example
White with #817E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E2B; }
p { color: rgb(129,126,43); }
H1.HeaderClassName
{
color: #817E2B;
}
.AnyTagClassName
{
color: #817E2B;
}
</style>
background-color css
<style>
a { background-color: #817E2B; }
a { background-color: rgb(129,126,43); }
div.DivClassName
{
background-color: #817E2B;
}
.BgClassName
{
background-color: #817E2B;
}
</style>
border-color css
<style>
span { border-color: #817E2B; }
span { border-color: rgb(129,126,43); }
td.TdClassName
{
border-color: #817E2B;
}
.TagClassName
{
border-color: #817E2B;
}
</style>