Shades of Trendy Green #80851F
Tints of Trendy Green #80851F
RGB
CMYK
RGB Variations
Color information
#80851F (or 0x80851F) is known color: Trendy Green. HEX triplet: 80, 85 and 1F. RGB value is (128,133,31). Sum of RGB (Red+Green+Blue) = 128+133+31=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #80851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80851F is #7F7AE0. Grayscale: #787878. Windows color (decimal): -8354529 or 2065792. OLE color: 2065792.
HSL color Cylindrical-coordinate representation of color #80851F: hue angle of 62.94º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80851F is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 31 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.48 |
| HSL | 62.94º | 0.62% | 0.32% | - |
| HSV(B) | 62.94º | 0.77% | 0.52% | - |
| XYZ | 17.54 | 21.46 | 4.51 | - |
| YUV | 119.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 31 | 0.04 | 0 | 0.77 | 0.48 | 62.94 | 0.62 | 0.32 |
| Hex | 80 | 85 | 1F | 4 | 0 | 4D | 30 | 3F | 3E | 20 |
| Octal | 200 | 205 | 37 | 4 | 0 | 115 | 60 | 77 | 76 | 40 |
| Binary | 10000000 | 10000101 | 11111 | 100 | 0 | 1001101 | 110000 | 111111 | 111110 | 100000 |
Color Harmonies of #80851F
Complementary color
Monochromatic Colors of #80851F
Black with #80851F
Text Example
Text Example
White with #80851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80851F; }
p { color: rgb(128,133,31); }
H1.HeaderClassName
{
color: #80851F;
}
.AnyTagClassName
{
color: #80851F;
}
</style>
background-color css
<style>
a { background-color: #80851F; }
a { background-color: rgb(128,133,31); }
div.DivClassName
{
background-color: #80851F;
}
.BgClassName
{
background-color: #80851F;
}
</style>
border-color css
<style>
span { border-color: #80851F; }
span { border-color: rgb(128,133,31); }
td.TdClassName
{
border-color: #80851F;
}
.TagClassName
{
border-color: #80851F;
}
</style>