Shades of Trendy Green #837F21
Tints of Trendy Green #837F21
RGB
CMYK
RGB Variations
Color information
#837F21 (or 0x837F21) is known color: Trendy Green. HEX triplet: 83, 7F and 21. RGB value is (131,127,33). Sum of RGB (Red+Green+Blue) = 131+127+33=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #837F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F21 is #7C80DE. Grayscale: #757575. Windows color (decimal): -8159455 or 2195331. OLE color: 2195331.
HSL color Cylindrical-coordinate representation of color #837F21: hue angle of 57.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #837F21 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 33 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.49 |
| HSL | 57.55º | 0.6% | 0.32% | - |
| HSV(B) | 57.55º | 0.75% | 0.51% | - |
| XYZ | 17.22 | 20.11 | 4.41 | - |
| YUV | 117.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 33 | 0 | 0.03 | 0.75 | 0.49 | 57.55 | 0.6 | 0.32 |
| Hex | 83 | 7F | 21 | 0 | 3 | 4B | 31 | 3A | 3C | 20 |
| Octal | 203 | 177 | 41 | 0 | 3 | 113 | 61 | 72 | 74 | 40 |
| Binary | 10000011 | 1111111 | 100001 | 0 | 11 | 1001011 | 110001 | 111010 | 111100 | 100000 |
Color Harmonies of #837F21
Complementary color
Monochromatic Colors of #837F21
Black with #837F21
Text Example
Text Example
White with #837F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F21; }
p { color: rgb(131,127,33); }
H1.HeaderClassName
{
color: #837F21;
}
.AnyTagClassName
{
color: #837F21;
}
</style>
background-color css
<style>
a { background-color: #837F21; }
a { background-color: rgb(131,127,33); }
div.DivClassName
{
background-color: #837F21;
}
.BgClassName
{
background-color: #837F21;
}
</style>
border-color css
<style>
span { border-color: #837F21; }
span { border-color: rgb(131,127,33); }
td.TdClassName
{
border-color: #837F21;
}
.TagClassName
{
border-color: #837F21;
}
</style>