Shades of Trendy Green #837C16
Tints of Trendy Green #837C16
RGB
CMYK
RGB Variations
Color information
#837C16 (or 0x837C16) is known color: Trendy Green. HEX triplet: 83, 7C and 16. RGB value is (131,124,22). Sum of RGB (Red+Green+Blue) = 131+124+22=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #837C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C16 is #7C83E9. Grayscale: #727272. Windows color (decimal): -8160234 or 1473667. OLE color: 1473667.
HSL color Cylindrical-coordinate representation of color #837C16: hue angle of 56.15º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #837C16 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 22 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.49 |
| HSL | 56.15º | 0.71% | 0.3% | - |
| HSV(B) | 56.15º | 0.83% | 0.51% | - |
| XYZ | 16.71 | 19.3 | 3.6 | - |
| YUV | 114.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 22 | 0 | 0.05 | 0.83 | 0.49 | 56.15 | 0.71 | 0.3 |
| Hex | 83 | 7C | 16 | 0 | 5 | 53 | 31 | 38 | 47 | 1E |
| Octal | 203 | 174 | 26 | 0 | 5 | 123 | 61 | 70 | 107 | 36 |
| Binary | 10000011 | 1111100 | 10110 | 0 | 101 | 1010011 | 110001 | 111000 | 1000111 | 11110 |
Color Harmonies of #837C16
Complementary color
Monochromatic Colors of #837C16
Black with #837C16
Text Example
Text Example
White with #837C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C16; }
p { color: rgb(131,124,22); }
H1.HeaderClassName
{
color: #837C16;
}
.AnyTagClassName
{
color: #837C16;
}
</style>
background-color css
<style>
a { background-color: #837C16; }
a { background-color: rgb(131,124,22); }
div.DivClassName
{
background-color: #837C16;
}
.BgClassName
{
background-color: #837C16;
}
</style>
border-color css
<style>
span { border-color: #837C16; }
span { border-color: rgb(131,124,22); }
td.TdClassName
{
border-color: #837C16;
}
.TagClassName
{
border-color: #837C16;
}
</style>