Shades of Trendy Green #817D25
Tints of Trendy Green #817D25
RGB
CMYK
RGB Variations
Color information
#817D25 (or 0x817D25) is known color: Trendy Green. HEX triplet: 81, 7D and 25. RGB value is (129,125,37). Sum of RGB (Red+Green+Blue) = 129+125+37=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #817D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D25 is #7E82DA. Grayscale: #747474. Windows color (decimal): -8291035 or 2456961. OLE color: 2456961.
HSL color Cylindrical-coordinate representation of color #817D25: hue angle of 57.39º 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 #817D25 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 37 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.49 |
| HSL | 57.39º | 0.55% | 0.33% | - |
| HSV(B) | 57.39º | 0.71% | 0.51% | - |
| XYZ | 16.72 | 19.47 | 4.63 | - |
| YUV | 116.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 37 | 0 | 0.03 | 0.71 | 0.49 | 57.39 | 0.55 | 0.33 |
| Hex | 81 | 7D | 25 | 0 | 3 | 47 | 31 | 39 | 37 | 21 |
| Octal | 201 | 175 | 45 | 0 | 3 | 107 | 61 | 71 | 67 | 41 |
| Binary | 10000001 | 1111101 | 100101 | 0 | 11 | 1000111 | 110001 | 111001 | 110111 | 100001 |
Color Harmonies of #817D25
Complementary color
Monochromatic Colors of #817D25
Black with #817D25
Text Example
Text Example
White with #817D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D25; }
p { color: rgb(129,125,37); }
H1.HeaderClassName
{
color: #817D25;
}
.AnyTagClassName
{
color: #817D25;
}
</style>
background-color css
<style>
a { background-color: #817D25; }
a { background-color: rgb(129,125,37); }
div.DivClassName
{
background-color: #817D25;
}
.BgClassName
{
background-color: #817D25;
}
</style>
border-color css
<style>
span { border-color: #817D25; }
span { border-color: rgb(129,125,37); }
td.TdClassName
{
border-color: #817D25;
}
.TagClassName
{
border-color: #817D25;
}
</style>