Shades of Trendy Green #80882C
Tints of Trendy Green #80882C
RGB
CMYK
RGB Variations
Color information
#80882C (or 0x80882C) is known color: Trendy Green. HEX triplet: 80, 88 and 2C. RGB value is (128,136,44). Sum of RGB (Red+Green+Blue) = 128+136+44=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #80882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80882C is #7F77D3. Grayscale: #7B7B7B. Windows color (decimal): -8353748 or 2918528. OLE color: 2918528.
HSL color Cylindrical-coordinate representation of color #80882C: hue angle of 65.22º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80882C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 44 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.47 |
| HSL | 65.22º | 0.51% | 0.35% | - |
| HSV(B) | 65.22º | 0.68% | 0.53% | - |
| XYZ | 18.16 | 22.38 | 5.75 | - |
| YUV | 123.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 44 | 0.06 | 0 | 0.68 | 0.47 | 65.22 | 0.51 | 0.35 |
| Hex | 80 | 88 | 2C | 6 | 0 | 44 | 2F | 41 | 33 | 23 |
| Octal | 200 | 210 | 54 | 6 | 0 | 104 | 57 | 101 | 63 | 43 |
| Binary | 10000000 | 10001000 | 101100 | 110 | 0 | 1000100 | 101111 | 1000001 | 110011 | 100011 |
Color Harmonies of #80882C
Complementary color
Monochromatic Colors of #80882C
Black with #80882C
Text Example
Text Example
White with #80882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80882C; }
p { color: rgb(128,136,44); }
H1.HeaderClassName
{
color: #80882C;
}
.AnyTagClassName
{
color: #80882C;
}
</style>
background-color css
<style>
a { background-color: #80882C; }
a { background-color: rgb(128,136,44); }
div.DivClassName
{
background-color: #80882C;
}
.BgClassName
{
background-color: #80882C;
}
</style>
border-color css
<style>
span { border-color: #80882C; }
span { border-color: rgb(128,136,44); }
td.TdClassName
{
border-color: #80882C;
}
.TagClassName
{
border-color: #80882C;
}
</style>