Shades of Sushi #80A035
Tints of Sushi #80A035
RGB
CMYK
RGB Variations
Color information
#80A035 (or 0x80A035) is known color: Sushi. HEX triplet: 80, A0 and 35. RGB value is (128,160,53). Sum of RGB (Red+Green+Blue) = 128+160+53=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #80A035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A035 is #7F5FCA. Grayscale: #8A8A8A. Windows color (decimal): -8347595 or 3514496. OLE color: 3514496.
HSL color Cylindrical-coordinate representation of color #80A035: hue angle of 77.94º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80A035 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 53 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.37 |
| HSL | 77.94º | 0.5% | 0.42% | - |
| HSV(B) | 77.94º | 0.67% | 0.63% | - |
| XYZ | 22.12 | 29.99 | 7.99 | - |
| YUV | 138.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 53 | 0.20 | 0 | 0.67 | 0.37 | 77.94 | 0.5 | 0.42 |
| Hex | 80 | A0 | 35 | 14 | 0 | 43 | 25 | 4E | 32 | 2A |
| Octal | 200 | 240 | 65 | 24 | 0 | 103 | 45 | 116 | 62 | 52 |
| Binary | 10000000 | 10100000 | 110101 | 10100 | 0 | 1000011 | 100101 | 1001110 | 110010 | 101010 |
Color Harmonies of #80A035
Complementary color
Monochromatic Colors of #80A035
Black with #80A035
Text Example
Text Example
White with #80A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A035; }
p { color: rgb(128,160,53); }
H1.HeaderClassName
{
color: #80A035;
}
.AnyTagClassName
{
color: #80A035;
}
</style>
background-color css
<style>
a { background-color: #80A035; }
a { background-color: rgb(128,160,53); }
div.DivClassName
{
background-color: #80A035;
}
.BgClassName
{
background-color: #80A035;
}
</style>
border-color css
<style>
span { border-color: #80A035; }
span { border-color: rgb(128,160,53); }
td.TdClassName
{
border-color: #80A035;
}
.TagClassName
{
border-color: #80A035;
}
</style>