Shades of Trendy Green #808E1F
Tints of Trendy Green #808E1F
RGB
CMYK
RGB Variations
Color information
#808E1F (or 0x808E1F) is known color: Trendy Green. HEX triplet: 80, 8E and 1F. RGB value is (128,142,31). Sum of RGB (Red+Green+Blue) = 128+142+31=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #808E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E1F is #7F71E0. Grayscale: #7D7D7D. Windows color (decimal): -8352225 or 2068096. OLE color: 2068096.
HSL color Cylindrical-coordinate representation of color #808E1F: hue angle of 67.57º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #808E1F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 31 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.44 |
| HSL | 67.57º | 0.64% | 0.34% | - |
| HSV(B) | 67.57º | 0.78% | 0.56% | - |
| XYZ | 18.82 | 24.03 | 4.94 | - |
| YUV | 125.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 31 | 0.10 | 0 | 0.78 | 0.44 | 67.57 | 0.64 | 0.34 |
| Hex | 80 | 8E | 1F | A | 0 | 4E | 2C | 44 | 40 | 22 |
| Octal | 200 | 216 | 37 | 12 | 0 | 116 | 54 | 104 | 100 | 42 |
| Binary | 10000000 | 10001110 | 11111 | 1010 | 0 | 1001110 | 101100 | 1000100 | 1000000 | 100010 |
Color Harmonies of #808E1F
Complementary color
Monochromatic Colors of #808E1F
Black with #808E1F
Text Example
Text Example
White with #808E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E1F; }
p { color: rgb(128,142,31); }
H1.HeaderClassName
{
color: #808E1F;
}
.AnyTagClassName
{
color: #808E1F;
}
</style>
background-color css
<style>
a { background-color: #808E1F; }
a { background-color: rgb(128,142,31); }
div.DivClassName
{
background-color: #808E1F;
}
.BgClassName
{
background-color: #808E1F;
}
</style>
border-color css
<style>
span { border-color: #808E1F; }
span { border-color: rgb(128,142,31); }
td.TdClassName
{
border-color: #808E1F;
}
.TagClassName
{
border-color: #808E1F;
}
</style>