Shades of Trendy Green #84841F
Tints of Trendy Green #84841F
RGB
CMYK
RGB Variations
Color information
#84841F (or 0x84841F) is known color: Trendy Green. HEX triplet: 84, 84 and 1F. RGB value is (132,132,31). Sum of RGB (Red+Green+Blue) = 132+132+31=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84841F is #7B7BE0. Grayscale: #787878. Windows color (decimal): -8092641 or 2065540. OLE color: 2065540.
HSL color Cylindrical-coordinate representation of color #84841F: hue angle of 60º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84841F is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 31 | - |
| CMYK | 0 | 0 | 0.77 | 0.48 |
| HSL | 60º | 0.62% | 0.32% | - |
| HSV(B) | 60º | 0.77% | 0.52% | - |
| XYZ | 18.01 | 21.51 | 4.5 | - |
| YUV | 120.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 31 | 0 | 0 | 0.77 | 0.48 | 60 | 0.62 | 0.32 |
| Hex | 84 | 84 | 1F | 0 | 0 | 4D | 30 | 3C | 3E | 20 |
| Octal | 204 | 204 | 37 | 0 | 0 | 115 | 60 | 74 | 76 | 40 |
| Binary | 10000100 | 10000100 | 11111 | 0 | 0 | 1001101 | 110000 | 111100 | 111110 | 100000 |
Color Harmonies of #84841F
Complementary color
Monochromatic Colors of #84841F
Black with #84841F
Text Example
Text Example
White with #84841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84841F; }
p { color: rgb(132,132,31); }
H1.HeaderClassName
{
color: #84841F;
}
.AnyTagClassName
{
color: #84841F;
}
</style>
background-color css
<style>
a { background-color: #84841F; }
a { background-color: rgb(132,132,31); }
div.DivClassName
{
background-color: #84841F;
}
.BgClassName
{
background-color: #84841F;
}
</style>
border-color css
<style>
span { border-color: #84841F; }
span { border-color: rgb(132,132,31); }
td.TdClassName
{
border-color: #84841F;
}
.TagClassName
{
border-color: #84841F;
}
</style>