Shades of Trendy Green #848125
Tints of Trendy Green #848125
RGB
CMYK
RGB Variations
Color information
#848125 (or 0x848125) is known color: Trendy Green. HEX triplet: 84, 81 and 25. RGB value is (132,129,37). Sum of RGB (Red+Green+Blue) = 132+129+37=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #848125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848125 is #7B7EDA. Grayscale: #777777. Windows color (decimal): -8093403 or 2457988. OLE color: 2457988.
HSL color Cylindrical-coordinate representation of color #848125: hue angle of 58.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #848125 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 37 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.48 |
| HSL | 58.11º | 0.56% | 0.33% | - |
| HSV(B) | 58.11º | 0.72% | 0.52% | - |
| XYZ | 17.7 | 20.74 | 4.82 | - |
| YUV | 119.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 37 | 0 | 0.02 | 0.72 | 0.48 | 58.11 | 0.56 | 0.33 |
| Hex | 84 | 81 | 25 | 0 | 2 | 48 | 30 | 3A | 38 | 21 |
| Octal | 204 | 201 | 45 | 0 | 2 | 110 | 60 | 72 | 70 | 41 |
| Binary | 10000100 | 10000001 | 100101 | 0 | 10 | 1001000 | 110000 | 111010 | 111000 | 100001 |
Color Harmonies of #848125
Complementary color
Monochromatic Colors of #848125
Black with #848125
Text Example
Text Example
White with #848125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848125; }
p { color: rgb(132,129,37); }
H1.HeaderClassName
{
color: #848125;
}
.AnyTagClassName
{
color: #848125;
}
</style>
background-color css
<style>
a { background-color: #848125; }
a { background-color: rgb(132,129,37); }
div.DivClassName
{
background-color: #848125;
}
.BgClassName
{
background-color: #848125;
}
</style>
border-color css
<style>
span { border-color: #848125; }
span { border-color: rgb(132,129,37); }
td.TdClassName
{
border-color: #848125;
}
.TagClassName
{
border-color: #848125;
}
</style>