Shades of Trendy Green #837F16
Tints of Trendy Green #837F16
RGB
CMYK
RGB Variations
Color information
#837F16 (or 0x837F16) is known color: Trendy Green. HEX triplet: 83, 7F and 16. RGB value is (131,127,22). Sum of RGB (Red+Green+Blue) = 131+127+22=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #837F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F16 is #7C80E9. Grayscale: #747474. Windows color (decimal): -8159466 or 1474435. OLE color: 1474435.
HSL color Cylindrical-coordinate representation of color #837F16: hue angle of 57.8º 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 #837F16 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 22 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.49 |
| HSL | 57.8º | 0.71% | 0.3% | - |
| HSV(B) | 57.8º | 0.83% | 0.51% | - |
| XYZ | 17.09 | 20.06 | 3.73 | - |
| YUV | 116.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 22 | 0 | 0.03 | 0.83 | 0.49 | 57.8 | 0.71 | 0.3 |
| Hex | 83 | 7F | 16 | 0 | 3 | 53 | 31 | 3A | 47 | 1E |
| Octal | 203 | 177 | 26 | 0 | 3 | 123 | 61 | 72 | 107 | 36 |
| Binary | 10000011 | 1111111 | 10110 | 0 | 11 | 1010011 | 110001 | 111010 | 1000111 | 11110 |
Color Harmonies of #837F16
Complementary color
Monochromatic Colors of #837F16
Black with #837F16
Text Example
Text Example
White with #837F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F16; }
p { color: rgb(131,127,22); }
H1.HeaderClassName
{
color: #837F16;
}
.AnyTagClassName
{
color: #837F16;
}
</style>
background-color css
<style>
a { background-color: #837F16; }
a { background-color: rgb(131,127,22); }
div.DivClassName
{
background-color: #837F16;
}
.BgClassName
{
background-color: #837F16;
}
</style>
border-color css
<style>
span { border-color: #837F16; }
span { border-color: rgb(131,127,22); }
td.TdClassName
{
border-color: #837F16;
}
.TagClassName
{
border-color: #837F16;
}
</style>