Shades of Sushi #80A33C
Tints of Sushi #80A33C
RGB
CMYK
RGB Variations
Color information
#80A33C (or 0x80A33C) is known color: Sushi. HEX triplet: 80, A3 and 3C. RGB value is (128,163,60). Sum of RGB (Red+Green+Blue) = 128+163+60=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #80A33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A33C is #7F5CC3. Grayscale: #8D8D8D. Windows color (decimal): -8346820 or 3974016. OLE color: 3974016.
HSL color Cylindrical-coordinate representation of color #80A33C: hue angle of 80.39º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80A33C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 60 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.36 |
| HSL | 80.39º | 0.46% | 0.44% | - |
| HSV(B) | 80.39º | 0.63% | 0.64% | - |
| XYZ | 22.81 | 31.11 | 9.08 | - |
| YUV | 140.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 60 | 0.21 | 0 | 0.63 | 0.36 | 80.39 | 0.46 | 0.44 |
| Hex | 80 | A3 | 3C | 15 | 0 | 3F | 24 | 50 | 2E | 2C |
| Octal | 200 | 243 | 74 | 25 | 0 | 77 | 44 | 120 | 56 | 54 |
| Binary | 10000000 | 10100011 | 111100 | 10101 | 0 | 111111 | 100100 | 1010000 | 101110 | 101100 |
Color Harmonies of #80A33C
Complementary color
Monochromatic Colors of #80A33C
Black with #80A33C
Text Example
Text Example
White with #80A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A33C; }
p { color: rgb(128,163,60); }
H1.HeaderClassName
{
color: #80A33C;
}
.AnyTagClassName
{
color: #80A33C;
}
</style>
background-color css
<style>
a { background-color: #80A33C; }
a { background-color: rgb(128,163,60); }
div.DivClassName
{
background-color: #80A33C;
}
.BgClassName
{
background-color: #80A33C;
}
</style>
border-color css
<style>
span { border-color: #80A33C; }
span { border-color: rgb(128,163,60); }
td.TdClassName
{
border-color: #80A33C;
}
.TagClassName
{
border-color: #80A33C;
}
</style>