Shades of Sushi #80A437
Tints of Sushi #80A437
RGB
CMYK
RGB Variations
Color information
#80A437 (or 0x80A437) is known color: Sushi. HEX triplet: 80, A4 and 37. RGB value is (128,164,55). Sum of RGB (Red+Green+Blue) = 128+164+55=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #80A437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A437 is #7F5BC8. Grayscale: #8D8D8D. Windows color (decimal): -8346569 or 3646592. OLE color: 3646592.
HSL color Cylindrical-coordinate representation of color #80A437: hue angle of 79.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80A437 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 55 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.36 |
| HSL | 79.82º | 0.5% | 0.43% | - |
| HSV(B) | 79.82º | 0.66% | 0.64% | - |
| XYZ | 22.87 | 31.42 | 8.47 | - |
| YUV | 140.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 55 | 0.22 | 0 | 0.66 | 0.36 | 79.82 | 0.5 | 0.43 |
| Hex | 80 | A4 | 37 | 16 | 0 | 42 | 24 | 50 | 32 | 2B |
| Octal | 200 | 244 | 67 | 26 | 0 | 102 | 44 | 120 | 62 | 53 |
| Binary | 10000000 | 10100100 | 110111 | 10110 | 0 | 1000010 | 100100 | 1010000 | 110010 | 101011 |
Color Harmonies of #80A437
Complementary color
Monochromatic Colors of #80A437
Black with #80A437
Text Example
Text Example
White with #80A437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A437; }
p { color: rgb(128,164,55); }
H1.HeaderClassName
{
color: #80A437;
}
.AnyTagClassName
{
color: #80A437;
}
</style>
background-color css
<style>
a { background-color: #80A437; }
a { background-color: rgb(128,164,55); }
div.DivClassName
{
background-color: #80A437;
}
.BgClassName
{
background-color: #80A437;
}
</style>
border-color css
<style>
span { border-color: #80A437; }
span { border-color: rgb(128,164,55); }
td.TdClassName
{
border-color: #80A437;
}
.TagClassName
{
border-color: #80A437;
}
</style>