Shades of Trendy Green #837F20
Tints of Trendy Green #837F20
RGB
CMYK
RGB Variations
Color information
#837F20 (or 0x837F20) is known color: Trendy Green. HEX triplet: 83, 7F and 20. RGB value is (131,127,32). Sum of RGB (Red+Green+Blue) = 131+127+32=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #837F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F20 is #7C80DF. Grayscale: #757575. Windows color (decimal): -8159456 or 2129795. OLE color: 2129795.
HSL color Cylindrical-coordinate representation of color #837F20: hue angle of 57.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #837F20 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 32 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.49 |
| HSL | 57.58º | 0.61% | 0.32% | - |
| HSV(B) | 57.58º | 0.76% | 0.51% | - |
| XYZ | 17.21 | 20.11 | 4.34 | - |
| YUV | 117.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 32 | 0 | 0.03 | 0.76 | 0.49 | 57.58 | 0.61 | 0.32 |
| Hex | 83 | 7F | 20 | 0 | 3 | 4C | 31 | 3A | 3D | 20 |
| Octal | 203 | 177 | 40 | 0 | 3 | 114 | 61 | 72 | 75 | 40 |
| Binary | 10000011 | 1111111 | 100000 | 0 | 11 | 1001100 | 110001 | 111010 | 111101 | 100000 |
Color Harmonies of #837F20
Complementary color
Monochromatic Colors of #837F20
Black with #837F20
Text Example
Text Example
White with #837F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F20; }
p { color: rgb(131,127,32); }
H1.HeaderClassName
{
color: #837F20;
}
.AnyTagClassName
{
color: #837F20;
}
</style>
background-color css
<style>
a { background-color: #837F20; }
a { background-color: rgb(131,127,32); }
div.DivClassName
{
background-color: #837F20;
}
.BgClassName
{
background-color: #837F20;
}
</style>
border-color css
<style>
span { border-color: #837F20; }
span { border-color: rgb(131,127,32); }
td.TdClassName
{
border-color: #837F20;
}
.TagClassName
{
border-color: #837F20;
}
</style>