Shades of Trendy Green #80882B
Tints of Trendy Green #80882B
RGB
CMYK
RGB Variations
Color information
#80882B (or 0x80882B) is known color: Trendy Green. HEX triplet: 80, 88 and 2B. RGB value is (128,136,43). Sum of RGB (Red+Green+Blue) = 128+136+43=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #80882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80882B is #7F77D4. Grayscale: #7B7B7B. Windows color (decimal): -8353749 or 2852992. OLE color: 2852992.
HSL color Cylindrical-coordinate representation of color #80882B: hue angle of 65.16º degrees, saturation: 0.52, 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 #80882B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 43 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.47 |
| HSL | 65.16º | 0.52% | 0.35% | - |
| HSV(B) | 65.16º | 0.68% | 0.53% | - |
| XYZ | 18.14 | 22.37 | 5.65 | - |
| YUV | 123.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 43 | 0.06 | 0 | 0.68 | 0.47 | 65.16 | 0.52 | 0.35 |
| Hex | 80 | 88 | 2B | 6 | 0 | 44 | 2F | 41 | 34 | 23 |
| Octal | 200 | 210 | 53 | 6 | 0 | 104 | 57 | 101 | 64 | 43 |
| Binary | 10000000 | 10001000 | 101011 | 110 | 0 | 1000100 | 101111 | 1000001 | 110100 | 100011 |
Color Harmonies of #80882B
Complementary color
Monochromatic Colors of #80882B
Black with #80882B
Text Example
Text Example
White with #80882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80882B; }
p { color: rgb(128,136,43); }
H1.HeaderClassName
{
color: #80882B;
}
.AnyTagClassName
{
color: #80882B;
}
</style>
background-color css
<style>
a { background-color: #80882B; }
a { background-color: rgb(128,136,43); }
div.DivClassName
{
background-color: #80882B;
}
.BgClassName
{
background-color: #80882B;
}
</style>
border-color css
<style>
span { border-color: #80882B; }
span { border-color: rgb(128,136,43); }
td.TdClassName
{
border-color: #80882B;
}
.TagClassName
{
border-color: #80882B;
}
</style>