Shades of Trendy Green #817B1D
Tints of Trendy Green #817B1D
RGB
CMYK
RGB Variations
Color information
#817B1D (or 0x817B1D) is known color: Trendy Green. HEX triplet: 81, 7B and 1D. RGB value is (129,123,29). Sum of RGB (Red+Green+Blue) = 129+123+29=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #817B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B1D is #7E84E2. Grayscale: #727272. Windows color (decimal): -8291555 or 1932161. OLE color: 1932161.
HSL color Cylindrical-coordinate representation of color #817B1D: hue angle of 56.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #817B1D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 29 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.49 |
| HSL | 56.4º | 0.63% | 0.31% | - |
| HSV(B) | 56.4º | 0.78% | 0.51% | - |
| XYZ | 16.36 | 18.92 | 3.95 | - |
| YUV | 114.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 29 | 0 | 0.05 | 0.78 | 0.49 | 56.4 | 0.63 | 0.31 |
| Hex | 81 | 7B | 1D | 0 | 5 | 4E | 31 | 38 | 3F | 1F |
| Octal | 201 | 173 | 35 | 0 | 5 | 116 | 61 | 70 | 77 | 37 |
| Binary | 10000001 | 1111011 | 11101 | 0 | 101 | 1001110 | 110001 | 111000 | 111111 | 11111 |
Color Harmonies of #817B1D
Complementary color
Monochromatic Colors of #817B1D
Black with #817B1D
Text Example
Text Example
White with #817B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B1D; }
p { color: rgb(129,123,29); }
H1.HeaderClassName
{
color: #817B1D;
}
.AnyTagClassName
{
color: #817B1D;
}
</style>
background-color css
<style>
a { background-color: #817B1D; }
a { background-color: rgb(129,123,29); }
div.DivClassName
{
background-color: #817B1D;
}
.BgClassName
{
background-color: #817B1D;
}
</style>
border-color css
<style>
span { border-color: #817B1D; }
span { border-color: rgb(129,123,29); }
td.TdClassName
{
border-color: #817B1D;
}
.TagClassName
{
border-color: #817B1D;
}
</style>