Shades of Sushi #80A13F
Tints of Sushi #80A13F
RGB
CMYK
RGB Variations
Color information
#80A13F (or 0x80A13F) is known color: Sushi. HEX triplet: 80, A1 and 3F. RGB value is (128,161,63). Sum of RGB (Red+Green+Blue) = 128+161+63=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #80A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A13F is #7F5EC0. Grayscale: #8C8C8C. Windows color (decimal): -8347329 or 4170112. OLE color: 4170112.
HSL color Cylindrical-coordinate representation of color #80A13F: hue angle of 80.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80A13F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 63 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.37 |
| HSL | 80.2º | 0.44% | 0.44% | - |
| HSV(B) | 80.2º | 0.61% | 0.63% | - |
| XYZ | 22.54 | 30.44 | 9.39 | - |
| YUV | 139.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 63 | 0.20 | 0 | 0.61 | 0.37 | 80.2 | 0.44 | 0.44 |
| Hex | 80 | A1 | 3F | 14 | 0 | 3D | 25 | 50 | 2C | 2C |
| Octal | 200 | 241 | 77 | 24 | 0 | 75 | 45 | 120 | 54 | 54 |
| Binary | 10000000 | 10100001 | 111111 | 10100 | 0 | 111101 | 100101 | 1010000 | 101100 | 101100 |
Color Harmonies of #80A13F
Complementary color
Monochromatic Colors of #80A13F
Black with #80A13F
Text Example
Text Example
White with #80A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A13F; }
p { color: rgb(128,161,63); }
H1.HeaderClassName
{
color: #80A13F;
}
.AnyTagClassName
{
color: #80A13F;
}
</style>
background-color css
<style>
a { background-color: #80A13F; }
a { background-color: rgb(128,161,63); }
div.DivClassName
{
background-color: #80A13F;
}
.BgClassName
{
background-color: #80A13F;
}
</style>
border-color css
<style>
span { border-color: #80A13F; }
span { border-color: rgb(128,161,63); }
td.TdClassName
{
border-color: #80A13F;
}
.TagClassName
{
border-color: #80A13F;
}
</style>