Shades of Sushi #80972A
Tints of Sushi #80972A
RGB
CMYK
RGB Variations
Color information
#80972A (or 0x80972A) is known color: Sushi. HEX triplet: 80, 97 and 2A. RGB value is (128,151,42). Sum of RGB (Red+Green+Blue) = 128+151+42=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #80972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80972A is #7F68D5. Grayscale: #848484. Windows color (decimal): -8349910 or 2791296. OLE color: 2791296.
HSL color Cylindrical-coordinate representation of color #80972A: hue angle of 72.66º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80972A is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 42 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.41 |
| HSL | 72.66º | 0.56% | 0.38% | - |
| HSV(B) | 72.66º | 0.72% | 0.59% | - |
| XYZ | 20.39 | 26.89 | 6.31 | - |
| YUV | 131.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 42 | 0.15 | 0 | 0.72 | 0.41 | 72.66 | 0.56 | 0.38 |
| Hex | 80 | 97 | 2A | F | 0 | 48 | 29 | 49 | 38 | 26 |
| Octal | 200 | 227 | 52 | 17 | 0 | 110 | 51 | 111 | 70 | 46 |
| Binary | 10000000 | 10010111 | 101010 | 1111 | 0 | 1001000 | 101001 | 1001001 | 111000 | 100110 |
Color Harmonies of #80972A
Complementary color
Monochromatic Colors of #80972A
Black with #80972A
Text Example
Text Example
White with #80972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80972A; }
p { color: rgb(128,151,42); }
H1.HeaderClassName
{
color: #80972A;
}
.AnyTagClassName
{
color: #80972A;
}
</style>
background-color css
<style>
a { background-color: #80972A; }
a { background-color: rgb(128,151,42); }
div.DivClassName
{
background-color: #80972A;
}
.BgClassName
{
background-color: #80972A;
}
</style>
border-color css
<style>
span { border-color: #80972A; }
span { border-color: rgb(128,151,42); }
td.TdClassName
{
border-color: #80972A;
}
.TagClassName
{
border-color: #80972A;
}
</style>