Shades of Trendy Green #817E25
Tints of Trendy Green #817E25
RGB
CMYK
RGB Variations
Color information
#817E25 (or 0x817E25) is known color: Trendy Green. HEX triplet: 81, 7E and 25. RGB value is (129,126,37). Sum of RGB (Red+Green+Blue) = 129+126+37=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #817E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E25 is #7E81DA. Grayscale: #757575. Windows color (decimal): -8290779 or 2457217. OLE color: 2457217.
HSL color Cylindrical-coordinate representation of color #817E25: hue angle of 58.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #817E25 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 37 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.49 |
| HSL | 58.04º | 0.55% | 0.33% | - |
| HSV(B) | 58.04º | 0.71% | 0.51% | - |
| XYZ | 16.85 | 19.72 | 4.67 | - |
| YUV | 116.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 37 | 0 | 0.02 | 0.71 | 0.49 | 58.04 | 0.55 | 0.33 |
| Hex | 81 | 7E | 25 | 0 | 2 | 47 | 31 | 3A | 37 | 21 |
| Octal | 201 | 176 | 45 | 0 | 2 | 107 | 61 | 72 | 67 | 41 |
| Binary | 10000001 | 1111110 | 100101 | 0 | 10 | 1000111 | 110001 | 111010 | 110111 | 100001 |
Color Harmonies of #817E25
Complementary color
Monochromatic Colors of #817E25
Black with #817E25
Text Example
Text Example
White with #817E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E25; }
p { color: rgb(129,126,37); }
H1.HeaderClassName
{
color: #817E25;
}
.AnyTagClassName
{
color: #817E25;
}
</style>
background-color css
<style>
a { background-color: #817E25; }
a { background-color: rgb(129,126,37); }
div.DivClassName
{
background-color: #817E25;
}
.BgClassName
{
background-color: #817E25;
}
</style>
border-color css
<style>
span { border-color: #817E25; }
span { border-color: rgb(129,126,37); }
td.TdClassName
{
border-color: #817E25;
}
.TagClassName
{
border-color: #817E25;
}
</style>