Shades of Trendy Green #84812D
Tints of Trendy Green #84812D
RGB
CMYK
RGB Variations
Color information
#84812D (or 0x84812D) is known color: Trendy Green. HEX triplet: 84, 81 and 2D. RGB value is (132,129,45). Sum of RGB (Red+Green+Blue) = 132+129+45=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84812D is #7B7ED2. Grayscale: #787878. Windows color (decimal): -8093395 or 2982276. OLE color: 2982276.
HSL color Cylindrical-coordinate representation of color #84812D: hue angle of 57.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84812D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 45 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.48 |
| HSL | 57.93º | 0.49% | 0.35% | - |
| HSV(B) | 57.93º | 0.66% | 0.52% | - |
| XYZ | 17.84 | 20.8 | 5.56 | - |
| YUV | 120.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 45 | 0 | 0.02 | 0.66 | 0.48 | 57.93 | 0.49 | 0.35 |
| Hex | 84 | 81 | 2D | 0 | 2 | 42 | 30 | 3A | 31 | 23 |
| Octal | 204 | 201 | 55 | 0 | 2 | 102 | 60 | 72 | 61 | 43 |
| Binary | 10000100 | 10000001 | 101101 | 0 | 10 | 1000010 | 110000 | 111010 | 110001 | 100011 |
Color Harmonies of #84812D
Complementary color
Monochromatic Colors of #84812D
Black with #84812D
Text Example
Text Example
White with #84812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84812D; }
p { color: rgb(132,129,45); }
H1.HeaderClassName
{
color: #84812D;
}
.AnyTagClassName
{
color: #84812D;
}
</style>
background-color css
<style>
a { background-color: #84812D; }
a { background-color: rgb(132,129,45); }
div.DivClassName
{
background-color: #84812D;
}
.BgClassName
{
background-color: #84812D;
}
</style>
border-color css
<style>
span { border-color: #84812D; }
span { border-color: rgb(132,129,45); }
td.TdClassName
{
border-color: #84812D;
}
.TagClassName
{
border-color: #84812D;
}
</style>