Shades of Sushi #80A143
Tints of Sushi #80A143
RGB
CMYK
RGB Variations
Color information
#80A143 (or 0x80A143) is known color: Sushi. HEX triplet: 80, A1 and 43. RGB value is (128,161,67). Sum of RGB (Red+Green+Blue) = 128+161+67=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #80A143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A143 is #7F5EBC. Grayscale: #8C8C8C. Windows color (decimal): -8347325 or 4432256. OLE color: 4432256.
HSL color Cylindrical-coordinate representation of color #80A143: hue angle of 81.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80A143 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 67 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.37 |
| HSL | 81.06º | 0.41% | 0.45% | - |
| HSV(B) | 81.06º | 0.58% | 0.63% | - |
| XYZ | 22.66 | 30.48 | 10 | - |
| YUV | 140.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 67 | 0.20 | 0 | 0.58 | 0.37 | 81.06 | 0.41 | 0.45 |
| Hex | 80 | A1 | 43 | 14 | 0 | 3A | 25 | 51 | 29 | 2D |
| Octal | 200 | 241 | 103 | 24 | 0 | 72 | 45 | 121 | 51 | 55 |
| Binary | 10000000 | 10100001 | 1000011 | 10100 | 0 | 111010 | 100101 | 1010001 | 101001 | 101101 |
Color Harmonies of #80A143
Complementary color
Monochromatic Colors of #80A143
Black with #80A143
Text Example
Text Example
White with #80A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A143; }
p { color: rgb(128,161,67); }
H1.HeaderClassName
{
color: #80A143;
}
.AnyTagClassName
{
color: #80A143;
}
</style>
background-color css
<style>
a { background-color: #80A143; }
a { background-color: rgb(128,161,67); }
div.DivClassName
{
background-color: #80A143;
}
.BgClassName
{
background-color: #80A143;
}
</style>
border-color css
<style>
span { border-color: #80A143; }
span { border-color: rgb(128,161,67); }
td.TdClassName
{
border-color: #80A143;
}
.TagClassName
{
border-color: #80A143;
}
</style>