Shades of Trendy Green #818621
Tints of Trendy Green #818621
RGB
CMYK
RGB Variations
Color information
#818621 (or 0x818621) is known color: Trendy Green. HEX triplet: 81, 86 and 21. RGB value is (129,134,33). Sum of RGB (Red+Green+Blue) = 129+134+33=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #818621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818621 is #7E79DE. Grayscale: #797979. Windows color (decimal): -8288735 or 2197121. OLE color: 2197121.
HSL color Cylindrical-coordinate representation of color #818621: hue angle of 62.97º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #818621 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 134 | 33 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.47 |
| HSL | 62.97º | 0.6% | 0.33% | - |
| HSV(B) | 62.97º | 0.75% | 0.53% | - |
| XYZ | 17.85 | 21.83 | 4.71 | - |
| YUV | 120.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 33 | 0.04 | 0 | 0.75 | 0.47 | 62.97 | 0.6 | 0.33 |
| Hex | 81 | 86 | 21 | 4 | 0 | 4B | 2F | 3F | 3C | 21 |
| Octal | 201 | 206 | 41 | 4 | 0 | 113 | 57 | 77 | 74 | 41 |
| Binary | 10000001 | 10000110 | 100001 | 100 | 0 | 1001011 | 101111 | 111111 | 111100 | 100001 |
Color Harmonies of #818621
Complementary color
Monochromatic Colors of #818621
Black with #818621
Text Example
Text Example
White with #818621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818621; }
p { color: rgb(129,134,33); }
H1.HeaderClassName
{
color: #818621;
}
.AnyTagClassName
{
color: #818621;
}
</style>
background-color css
<style>
a { background-color: #818621; }
a { background-color: rgb(129,134,33); }
div.DivClassName
{
background-color: #818621;
}
.BgClassName
{
background-color: #818621;
}
</style>
border-color css
<style>
span { border-color: #818621; }
span { border-color: rgb(129,134,33); }
td.TdClassName
{
border-color: #818621;
}
.TagClassName
{
border-color: #818621;
}
</style>