Shades of Trendy Green #84842F
Tints of Trendy Green #84842F
RGB
CMYK
RGB Variations
Color information
#84842F (or 0x84842F) is known color: Trendy Green. HEX triplet: 84, 84 and 2F. RGB value is (132,132,47). Sum of RGB (Red+Green+Blue) = 132+132+47=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84842F is #7B7BD0. Grayscale: #7A7A7A. Windows color (decimal): -8092625 or 3114116. OLE color: 3114116.
HSL color Cylindrical-coordinate representation of color #84842F: hue angle of 60º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84842F is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 47 | - |
| CMYK | 0 | 0 | 0.64 | 0.48 |
| HSL | 60º | 0.47% | 0.35% | - |
| HSV(B) | 60º | 0.64% | 0.52% | - |
| XYZ | 18.28 | 21.61 | 5.9 | - |
| YUV | 122.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 47 | 0 | 0 | 0.64 | 0.48 | 60 | 0.47 | 0.35 |
| Hex | 84 | 84 | 2F | 0 | 0 | 40 | 30 | 3C | 2F | 23 |
| Octal | 204 | 204 | 57 | 0 | 0 | 100 | 60 | 74 | 57 | 43 |
| Binary | 10000100 | 10000100 | 101111 | 0 | 0 | 1000000 | 110000 | 111100 | 101111 | 100011 |
Color Harmonies of #84842F
Complementary color
Monochromatic Colors of #84842F
Black with #84842F
Text Example
Text Example
White with #84842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84842F; }
p { color: rgb(132,132,47); }
H1.HeaderClassName
{
color: #84842F;
}
.AnyTagClassName
{
color: #84842F;
}
</style>
background-color css
<style>
a { background-color: #84842F; }
a { background-color: rgb(132,132,47); }
div.DivClassName
{
background-color: #84842F;
}
.BgClassName
{
background-color: #84842F;
}
</style>
border-color css
<style>
span { border-color: #84842F; }
span { border-color: rgb(132,132,47); }
td.TdClassName
{
border-color: #84842F;
}
.TagClassName
{
border-color: #84842F;
}
</style>