Shades of Trendy Green #84811D
Tints of Trendy Green #84811D
RGB
CMYK
RGB Variations
Color information
#84811D (or 0x84811D) is known color: Trendy Green. HEX triplet: 84, 81 and 1D. RGB value is (132,129,29). Sum of RGB (Red+Green+Blue) = 132+129+29=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84811D is #7B7EE2. Grayscale: #767676. Windows color (decimal): -8093411 or 1933700. OLE color: 1933700.
HSL color Cylindrical-coordinate representation of color #84811D: hue angle of 58.25º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84811D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 29 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.48 |
| HSL | 58.25º | 0.64% | 0.32% | - |
| HSV(B) | 58.25º | 0.78% | 0.52% | - |
| XYZ | 17.59 | 20.69 | 4.23 | - |
| YUV | 118.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 29 | 0 | 0.02 | 0.78 | 0.48 | 58.25 | 0.64 | 0.32 |
| Hex | 84 | 81 | 1D | 0 | 2 | 4E | 30 | 3A | 40 | 20 |
| Octal | 204 | 201 | 35 | 0 | 2 | 116 | 60 | 72 | 100 | 40 |
| Binary | 10000100 | 10000001 | 11101 | 0 | 10 | 1001110 | 110000 | 111010 | 1000000 | 100000 |
Color Harmonies of #84811D
Complementary color
Monochromatic Colors of #84811D
Black with #84811D
Text Example
Text Example
White with #84811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84811D; }
p { color: rgb(132,129,29); }
H1.HeaderClassName
{
color: #84811D;
}
.AnyTagClassName
{
color: #84811D;
}
</style>
background-color css
<style>
a { background-color: #84811D; }
a { background-color: rgb(132,129,29); }
div.DivClassName
{
background-color: #84811D;
}
.BgClassName
{
background-color: #84811D;
}
</style>
border-color css
<style>
span { border-color: #84811D; }
span { border-color: rgb(132,129,29); }
td.TdClassName
{
border-color: #84811D;
}
.TagClassName
{
border-color: #84811D;
}
</style>