Shades of Sushi #80A628
Tints of Sushi #80A628
RGB
CMYK
RGB Variations
Color information
#80A628 (or 0x80A628) is known color: Sushi. HEX triplet: 80, A6 and 28. RGB value is (128,166,40). Sum of RGB (Red+Green+Blue) = 128+166+40=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #80A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A628 is #7F59D7. Grayscale: #8C8C8C. Windows color (decimal): -8346072 or 2664064. OLE color: 2664064.
HSL color Cylindrical-coordinate representation of color #80A628: hue angle of 78.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80A628 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 40 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.35 |
| HSL | 78.1º | 0.61% | 0.4% | - |
| HSV(B) | 78.1º | 0.76% | 0.65% | - |
| XYZ | 22.92 | 32.01 | 6.98 | - |
| YUV | 140.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 40 | 0.23 | 0 | 0.76 | 0.35 | 78.1 | 0.61 | 0.4 |
| Hex | 80 | A6 | 28 | 17 | 0 | 4C | 23 | 4E | 3D | 28 |
| Octal | 200 | 246 | 50 | 27 | 0 | 114 | 43 | 116 | 75 | 50 |
| Binary | 10000000 | 10100110 | 101000 | 10111 | 0 | 1001100 | 100011 | 1001110 | 111101 | 101000 |
Color Harmonies of #80A628
Complementary color
Monochromatic Colors of #80A628
Black with #80A628
Text Example
Text Example
White with #80A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A628; }
p { color: rgb(128,166,40); }
H1.HeaderClassName
{
color: #80A628;
}
.AnyTagClassName
{
color: #80A628;
}
</style>
background-color css
<style>
a { background-color: #80A628; }
a { background-color: rgb(128,166,40); }
div.DivClassName
{
background-color: #80A628;
}
.BgClassName
{
background-color: #80A628;
}
</style>
border-color css
<style>
span { border-color: #80A628; }
span { border-color: rgb(128,166,40); }
td.TdClassName
{
border-color: #80A628;
}
.TagClassName
{
border-color: #80A628;
}
</style>