Shades of Trendy Green #808B1D
Tints of Trendy Green #808B1D
RGB
CMYK
RGB Variations
Color information
#808B1D (or 0x808B1D) is known color: Trendy Green. HEX triplet: 80, 8B and 1D. RGB value is (128,139,29). Sum of RGB (Red+Green+Blue) = 128+139+29=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #808B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B1D is #7F74E2. Grayscale: #7B7B7B. Windows color (decimal): -8352995 or 1936256. OLE color: 1936256.
HSL color Cylindrical-coordinate representation of color #808B1D: hue angle of 66º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #808B1D is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 29 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.45 |
| HSL | 66º | 0.65% | 0.33% | - |
| HSV(B) | 66º | 0.79% | 0.55% | - |
| XYZ | 18.36 | 23.14 | 4.66 | - |
| YUV | 123.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 29 | 0.08 | 0 | 0.79 | 0.45 | 66 | 0.65 | 0.33 |
| Hex | 80 | 8B | 1D | 8 | 0 | 4F | 2D | 42 | 41 | 21 |
| Octal | 200 | 213 | 35 | 10 | 0 | 117 | 55 | 102 | 101 | 41 |
| Binary | 10000000 | 10001011 | 11101 | 1000 | 0 | 1001111 | 101101 | 1000010 | 1000001 | 100001 |
Color Harmonies of #808B1D
Complementary color
Monochromatic Colors of #808B1D
Black with #808B1D
Text Example
Text Example
White with #808B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B1D; }
p { color: rgb(128,139,29); }
H1.HeaderClassName
{
color: #808B1D;
}
.AnyTagClassName
{
color: #808B1D;
}
</style>
background-color css
<style>
a { background-color: #808B1D; }
a { background-color: rgb(128,139,29); }
div.DivClassName
{
background-color: #808B1D;
}
.BgClassName
{
background-color: #808B1D;
}
</style>
border-color css
<style>
span { border-color: #808B1D; }
span { border-color: rgb(128,139,29); }
td.TdClassName
{
border-color: #808B1D;
}
.TagClassName
{
border-color: #808B1D;
}
</style>