Shades of Trendy Green #848122
Tints of Trendy Green #848122
RGB
CMYK
RGB Variations
Color information
#848122 (or 0x848122) is known color: Trendy Green. HEX triplet: 84, 81 and 22. RGB value is (132,129,34). Sum of RGB (Red+Green+Blue) = 132+129+34=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #848122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848122 is #7B7EDD. Grayscale: #777777. Windows color (decimal): -8093406 or 2261380. OLE color: 2261380.
HSL color Cylindrical-coordinate representation of color #848122: hue angle of 58.16º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #848122 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 34 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.48 |
| HSL | 58.16º | 0.59% | 0.33% | - |
| HSV(B) | 58.16º | 0.74% | 0.52% | - |
| XYZ | 17.65 | 20.72 | 4.58 | - |
| YUV | 119.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 34 | 0 | 0.02 | 0.74 | 0.48 | 58.16 | 0.59 | 0.33 |
| Hex | 84 | 81 | 22 | 0 | 2 | 4A | 30 | 3A | 3B | 21 |
| Octal | 204 | 201 | 42 | 0 | 2 | 112 | 60 | 72 | 73 | 41 |
| Binary | 10000100 | 10000001 | 100010 | 0 | 10 | 1001010 | 110000 | 111010 | 111011 | 100001 |
Color Harmonies of #848122
Complementary color
Monochromatic Colors of #848122
Black with #848122
Text Example
Text Example
White with #848122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848122; }
p { color: rgb(132,129,34); }
H1.HeaderClassName
{
color: #848122;
}
.AnyTagClassName
{
color: #848122;
}
</style>
background-color css
<style>
a { background-color: #848122; }
a { background-color: rgb(132,129,34); }
div.DivClassName
{
background-color: #848122;
}
.BgClassName
{
background-color: #848122;
}
</style>
border-color css
<style>
span { border-color: #848122; }
span { border-color: rgb(132,129,34); }
td.TdClassName
{
border-color: #848122;
}
.TagClassName
{
border-color: #848122;
}
</style>