Shades of Trendy Green #837F27
Tints of Trendy Green #837F27
RGB
CMYK
RGB Variations
Color information
#837F27 (or 0x837F27) is known color: Trendy Green. HEX triplet: 83, 7F and 27. RGB value is (131,127,39). Sum of RGB (Red+Green+Blue) = 131+127+39=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #837F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F27 is #7C80D8. Grayscale: #767676. Windows color (decimal): -8159449 or 2588547. OLE color: 2588547.
HSL color Cylindrical-coordinate representation of color #837F27: hue angle of 57.39º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #837F27 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 39 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.49 |
| HSL | 57.39º | 0.54% | 0.33% | - |
| HSV(B) | 57.39º | 0.7% | 0.51% | - |
| XYZ | 17.32 | 20.15 | 4.9 | - |
| YUV | 118.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 39 | 0 | 0.03 | 0.70 | 0.49 | 57.39 | 0.54 | 0.33 |
| Hex | 83 | 7F | 27 | 0 | 3 | 46 | 31 | 39 | 36 | 21 |
| Octal | 203 | 177 | 47 | 0 | 3 | 106 | 61 | 71 | 66 | 41 |
| Binary | 10000011 | 1111111 | 100111 | 0 | 11 | 1000110 | 110001 | 111001 | 110110 | 100001 |
Color Harmonies of #837F27
Complementary color
Monochromatic Colors of #837F27
Black with #837F27
Text Example
Text Example
White with #837F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F27; }
p { color: rgb(131,127,39); }
H1.HeaderClassName
{
color: #837F27;
}
.AnyTagClassName
{
color: #837F27;
}
</style>
background-color css
<style>
a { background-color: #837F27; }
a { background-color: rgb(131,127,39); }
div.DivClassName
{
background-color: #837F27;
}
.BgClassName
{
background-color: #837F27;
}
</style>
border-color css
<style>
span { border-color: #837F27; }
span { border-color: rgb(131,127,39); }
td.TdClassName
{
border-color: #837F27;
}
.TagClassName
{
border-color: #837F27;
}
</style>