Shades of Sushi #80A037
Tints of Sushi #80A037
RGB
CMYK
RGB Variations
Color information
#80A037 (or 0x80A037) is known color: Sushi. HEX triplet: 80, A0 and 37. RGB value is (128,160,55). Sum of RGB (Red+Green+Blue) = 128+160+55=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #80A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A037 is #7F5FC8. Grayscale: #8A8A8A. Windows color (decimal): -8347593 or 3645568. OLE color: 3645568.
HSL color Cylindrical-coordinate representation of color #80A037: hue angle of 78.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80A037 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 55 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.37 |
| HSL | 78.29º | 0.49% | 0.42% | - |
| HSV(B) | 78.29º | 0.66% | 0.63% | - |
| XYZ | 22.16 | 30.01 | 8.24 | - |
| YUV | 138.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 55 | 0.20 | 0 | 0.66 | 0.37 | 78.29 | 0.49 | 0.42 |
| Hex | 80 | A0 | 37 | 14 | 0 | 42 | 25 | 4E | 31 | 2A |
| Octal | 200 | 240 | 67 | 24 | 0 | 102 | 45 | 116 | 61 | 52 |
| Binary | 10000000 | 10100000 | 110111 | 10100 | 0 | 1000010 | 100101 | 1001110 | 110001 | 101010 |
Color Harmonies of #80A037
Complementary color
Monochromatic Colors of #80A037
Black with #80A037
Text Example
Text Example
White with #80A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A037; }
p { color: rgb(128,160,55); }
H1.HeaderClassName
{
color: #80A037;
}
.AnyTagClassName
{
color: #80A037;
}
</style>
background-color css
<style>
a { background-color: #80A037; }
a { background-color: rgb(128,160,55); }
div.DivClassName
{
background-color: #80A037;
}
.BgClassName
{
background-color: #80A037;
}
</style>
border-color css
<style>
span { border-color: #80A037; }
span { border-color: rgb(128,160,55); }
td.TdClassName
{
border-color: #80A037;
}
.TagClassName
{
border-color: #80A037;
}
</style>