Shades of Sushi #80A445
Tints of Sushi #80A445
RGB
CMYK
RGB Variations
Color information
#80A445 (or 0x80A445) is known color: Sushi. HEX triplet: 80, A4 and 45. RGB value is (128,164,69). Sum of RGB (Red+Green+Blue) = 128+164+69=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #80A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A445 is #7F5BBA. Grayscale: #8E8E8E. Windows color (decimal): -8346555 or 4564096. OLE color: 4564096.
HSL color Cylindrical-coordinate representation of color #80A445: hue angle of 82.74º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80A445 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 69 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.36 |
| HSL | 82.74º | 0.41% | 0.46% | - |
| HSV(B) | 82.74º | 0.58% | 0.64% | - |
| XYZ | 23.25 | 31.57 | 10.5 | - |
| YUV | 142.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 69 | 0.22 | 0 | 0.58 | 0.36 | 82.74 | 0.41 | 0.46 |
| Hex | 80 | A4 | 45 | 16 | 0 | 3A | 24 | 53 | 29 | 2E |
| Octal | 200 | 244 | 105 | 26 | 0 | 72 | 44 | 123 | 51 | 56 |
| Binary | 10000000 | 10100100 | 1000101 | 10110 | 0 | 111010 | 100100 | 1010011 | 101001 | 101110 |
Color Harmonies of #80A445
Complementary color
Monochromatic Colors of #80A445
Black with #80A445
Text Example
Text Example
White with #80A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A445; }
p { color: rgb(128,164,69); }
H1.HeaderClassName
{
color: #80A445;
}
.AnyTagClassName
{
color: #80A445;
}
</style>
background-color css
<style>
a { background-color: #80A445; }
a { background-color: rgb(128,164,69); }
div.DivClassName
{
background-color: #80A445;
}
.BgClassName
{
background-color: #80A445;
}
</style>
border-color css
<style>
span { border-color: #80A445; }
span { border-color: rgb(128,164,69); }
td.TdClassName
{
border-color: #80A445;
}
.TagClassName
{
border-color: #80A445;
}
</style>