Shades of Trendy Green #80892C
Tints of Trendy Green #80892C
RGB
CMYK
RGB Variations
Color information
#80892C (or 0x80892C) is known color: Trendy Green. HEX triplet: 80, 89 and 2C. RGB value is (128,137,44). Sum of RGB (Red+Green+Blue) = 128+137+44=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #80892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80892C is #7F76D3. Grayscale: #7C7C7C. Windows color (decimal): -8353492 or 2918784. OLE color: 2918784.
HSL color Cylindrical-coordinate representation of color #80892C: hue angle of 65.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80892C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 44 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.46 |
| HSL | 65.81º | 0.51% | 0.35% | - |
| HSV(B) | 65.81º | 0.68% | 0.54% | - |
| XYZ | 18.3 | 22.66 | 5.79 | - |
| YUV | 123.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 44 | 0.07 | 0 | 0.68 | 0.46 | 65.81 | 0.51 | 0.35 |
| Hex | 80 | 89 | 2C | 7 | 0 | 44 | 2E | 42 | 33 | 23 |
| Octal | 200 | 211 | 54 | 7 | 0 | 104 | 56 | 102 | 63 | 43 |
| Binary | 10000000 | 10001001 | 101100 | 111 | 0 | 1000100 | 101110 | 1000010 | 110011 | 100011 |
Color Harmonies of #80892C
Complementary color
Monochromatic Colors of #80892C
Black with #80892C
Text Example
Text Example
White with #80892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80892C; }
p { color: rgb(128,137,44); }
H1.HeaderClassName
{
color: #80892C;
}
.AnyTagClassName
{
color: #80892C;
}
</style>
background-color css
<style>
a { background-color: #80892C; }
a { background-color: rgb(128,137,44); }
div.DivClassName
{
background-color: #80892C;
}
.BgClassName
{
background-color: #80892C;
}
</style>
border-color css
<style>
span { border-color: #80892C; }
span { border-color: rgb(128,137,44); }
td.TdClassName
{
border-color: #80892C;
}
.TagClassName
{
border-color: #80892C;
}
</style>