Shades of Sushi #80AA42
Tints of Sushi #80AA42
RGB
CMYK
RGB Variations
Color information
#80AA42 (or 0x80AA42) is known color: Sushi. HEX triplet: 80, AA and 42. RGB value is (128,170,66). Sum of RGB (Red+Green+Blue) = 128+170+66=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA42 is #7F55BD. Grayscale: #919191. Windows color (decimal): -8345022 or 4369024. OLE color: 4369024.
HSL color Cylindrical-coordinate representation of color #80AA42: hue angle of 84.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80AA42 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 66 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.33 |
| HSL | 84.23º | 0.44% | 0.46% | - |
| HSV(B) | 84.23º | 0.61% | 0.67% | - |
| XYZ | 24.26 | 33.73 | 10.39 | - |
| YUV | 145.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 66 | 0.25 | 0 | 0.61 | 0.33 | 84.23 | 0.44 | 0.46 |
| Hex | 80 | AA | 42 | 19 | 0 | 3D | 21 | 54 | 2C | 2E |
| Octal | 200 | 252 | 102 | 31 | 0 | 75 | 41 | 124 | 54 | 56 |
| Binary | 10000000 | 10101010 | 1000010 | 11001 | 0 | 111101 | 100001 | 1010100 | 101100 | 101110 |
Color Harmonies of #80AA42
Complementary color
Monochromatic Colors of #80AA42
Black with #80AA42
Text Example
Text Example
White with #80AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA42; }
p { color: rgb(128,170,66); }
H1.HeaderClassName
{
color: #80AA42;
}
.AnyTagClassName
{
color: #80AA42;
}
</style>
background-color css
<style>
a { background-color: #80AA42; }
a { background-color: rgb(128,170,66); }
div.DivClassName
{
background-color: #80AA42;
}
.BgClassName
{
background-color: #80AA42;
}
</style>
border-color css
<style>
span { border-color: #80AA42; }
span { border-color: rgb(128,170,66); }
td.TdClassName
{
border-color: #80AA42;
}
.TagClassName
{
border-color: #80AA42;
}
</style>