Shades of Sushi #80A128
Tints of Sushi #80A128
RGB
CMYK
RGB Variations
Color information
#80A128 (or 0x80A128) is known color: Sushi. HEX triplet: 80, A1 and 28. RGB value is (128,161,40). Sum of RGB (Red+Green+Blue) = 128+161+40=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #80A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A128 is #7F5ED7. Grayscale: #898989. Windows color (decimal): -8347352 or 2662784. OLE color: 2662784.
HSL color Cylindrical-coordinate representation of color #80A128: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80A128 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 40 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.37 |
| HSL | 76.36º | 0.6% | 0.39% | - |
| HSV(B) | 76.36º | 0.75% | 0.63% | - |
| XYZ | 22.03 | 30.23 | 6.68 | - |
| YUV | 137.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 40 | 0.20 | 0 | 0.75 | 0.37 | 76.36 | 0.6 | 0.39 |
| Hex | 80 | A1 | 28 | 14 | 0 | 4B | 25 | 4C | 3C | 27 |
| Octal | 200 | 241 | 50 | 24 | 0 | 113 | 45 | 114 | 74 | 47 |
| Binary | 10000000 | 10100001 | 101000 | 10100 | 0 | 1001011 | 100101 | 1001100 | 111100 | 100111 |
Color Harmonies of #80A128
Complementary color
Monochromatic Colors of #80A128
Black with #80A128
Text Example
Text Example
White with #80A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A128; }
p { color: rgb(128,161,40); }
H1.HeaderClassName
{
color: #80A128;
}
.AnyTagClassName
{
color: #80A128;
}
</style>
background-color css
<style>
a { background-color: #80A128; }
a { background-color: rgb(128,161,40); }
div.DivClassName
{
background-color: #80A128;
}
.BgClassName
{
background-color: #80A128;
}
</style>
border-color css
<style>
span { border-color: #80A128; }
span { border-color: rgb(128,161,40); }
td.TdClassName
{
border-color: #80A128;
}
.TagClassName
{
border-color: #80A128;
}
</style>