Shades of Sushi #80B340
Tints of Sushi #80B340
RGB
CMYK
RGB Variations
Color information
#80B340 (or 0x80B340) is known color: Sushi. HEX triplet: 80, B3 and 40. RGB value is (128,179,64). Sum of RGB (Red+Green+Blue) = 128+179+64=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #80B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B340 is #7F4CBF. Grayscale: #979797. Windows color (decimal): -8342720 or 4240256. OLE color: 4240256.
HSL color Cylindrical-coordinate representation of color #80B340: hue angle of 86.61º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80B340 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 64 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.30 |
| HSL | 86.61º | 0.47% | 0.48% | - |
| HSV(B) | 86.61º | 0.64% | 0.7% | - |
| XYZ | 25.95 | 37.2 | 10.66 | - |
| YUV | 150.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 64 | 0.28 | 0 | 0.64 | 0.30 | 86.61 | 0.47 | 0.48 |
| Hex | 80 | B3 | 40 | 1C | 0 | 40 | 1E | 57 | 2F | 30 |
| Octal | 200 | 263 | 100 | 34 | 0 | 100 | 36 | 127 | 57 | 60 |
| Binary | 10000000 | 10110011 | 1000000 | 11100 | 0 | 1000000 | 11110 | 1010111 | 101111 | 110000 |
Color Harmonies of #80B340
Complementary color
Monochromatic Colors of #80B340
Black with #80B340
Text Example
Text Example
White with #80B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B340; }
p { color: rgb(128,179,64); }
H1.HeaderClassName
{
color: #80B340;
}
.AnyTagClassName
{
color: #80B340;
}
</style>
background-color css
<style>
a { background-color: #80B340; }
a { background-color: rgb(128,179,64); }
div.DivClassName
{
background-color: #80B340;
}
.BgClassName
{
background-color: #80B340;
}
</style>
border-color css
<style>
span { border-color: #80B340; }
span { border-color: rgb(128,179,64); }
td.TdClassName
{
border-color: #80B340;
}
.TagClassName
{
border-color: #80B340;
}
</style>