Shades of Sushi #80A831
Tints of Sushi #80A831
RGB
CMYK
RGB Variations
Color information
#80A831 (or 0x80A831) is known color: Sushi. HEX triplet: 80, A8 and 31. RGB value is (128,168,49). Sum of RGB (Red+Green+Blue) = 128+168+49=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #80A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A831 is #7F57CE. Grayscale: #8E8E8E. Windows color (decimal): -8345551 or 3254400. OLE color: 3254400.
HSL color Cylindrical-coordinate representation of color #80A831: hue angle of 80.17º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80A831 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 49 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.34 |
| HSL | 80.17º | 0.55% | 0.43% | - |
| HSV(B) | 80.17º | 0.71% | 0.66% | - |
| XYZ | 23.46 | 32.82 | 8 | - |
| YUV | 142.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 49 | 0.24 | 0 | 0.71 | 0.34 | 80.17 | 0.55 | 0.43 |
| Hex | 80 | A8 | 31 | 18 | 0 | 47 | 22 | 50 | 37 | 2B |
| Octal | 200 | 250 | 61 | 30 | 0 | 107 | 42 | 120 | 67 | 53 |
| Binary | 10000000 | 10101000 | 110001 | 11000 | 0 | 1000111 | 100010 | 1010000 | 110111 | 101011 |
Color Harmonies of #80A831
Complementary color
Monochromatic Colors of #80A831
Black with #80A831
Text Example
Text Example
White with #80A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A831; }
p { color: rgb(128,168,49); }
H1.HeaderClassName
{
color: #80A831;
}
.AnyTagClassName
{
color: #80A831;
}
</style>
background-color css
<style>
a { background-color: #80A831; }
a { background-color: rgb(128,168,49); }
div.DivClassName
{
background-color: #80A831;
}
.BgClassName
{
background-color: #80A831;
}
</style>
border-color css
<style>
span { border-color: #80A831; }
span { border-color: rgb(128,168,49); }
td.TdClassName
{
border-color: #80A831;
}
.TagClassName
{
border-color: #80A831;
}
</style>