Shades of Trendy Green #848115
Tints of Trendy Green #848115
RGB
CMYK
RGB Variations
Color information
#848115 (or 0x848115) is known color: Trendy Green. HEX triplet: 84, 81 and 15. RGB value is (132,129,21). Sum of RGB (Red+Green+Blue) = 132+129+21=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #848115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848115 is #7B7EEA. Grayscale: #767676. Windows color (decimal): -8093419 or 1409412. OLE color: 1409412.
HSL color Cylindrical-coordinate representation of color #848115: hue angle of 58.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #848115 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 21 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.48 |
| HSL | 58.38º | 0.73% | 0.3% | - |
| HSV(B) | 58.38º | 0.84% | 0.52% | - |
| XYZ | 17.5 | 20.66 | 3.77 | - |
| YUV | 117.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 21 | 0 | 0.02 | 0.84 | 0.48 | 58.38 | 0.73 | 0.3 |
| Hex | 84 | 81 | 15 | 0 | 2 | 54 | 30 | 3A | 49 | 1E |
| Octal | 204 | 201 | 25 | 0 | 2 | 124 | 60 | 72 | 111 | 36 |
| Binary | 10000100 | 10000001 | 10101 | 0 | 10 | 1010100 | 110000 | 111010 | 1001001 | 11110 |
Color Harmonies of #848115
Complementary color
Monochromatic Colors of #848115
Black with #848115
Text Example
Text Example
White with #848115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848115; }
p { color: rgb(132,129,21); }
H1.HeaderClassName
{
color: #848115;
}
.AnyTagClassName
{
color: #848115;
}
</style>
background-color css
<style>
a { background-color: #848115; }
a { background-color: rgb(132,129,21); }
div.DivClassName
{
background-color: #848115;
}
.BgClassName
{
background-color: #848115;
}
</style>
border-color css
<style>
span { border-color: #848115; }
span { border-color: rgb(132,129,21); }
td.TdClassName
{
border-color: #848115;
}
.TagClassName
{
border-color: #848115;
}
</style>