Shades of Sushi #80972B
Tints of Sushi #80972B
RGB
CMYK
RGB Variations
Color information
#80972B (or 0x80972B) is known color: Sushi. HEX triplet: 80, 97 and 2B. RGB value is (128,151,43). Sum of RGB (Red+Green+Blue) = 128+151+43=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #80972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80972B is #7F68D4. Grayscale: #848484. Windows color (decimal): -8349909 or 2856832. OLE color: 2856832.
HSL color Cylindrical-coordinate representation of color #80972B: hue angle of 72.78º 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 #80972B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 43 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.41 |
| HSL | 72.78º | 0.56% | 0.38% | - |
| HSV(B) | 72.78º | 0.72% | 0.59% | - |
| XYZ | 20.4 | 26.9 | 6.4 | - |
| YUV | 131.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 43 | 0.15 | 0 | 0.72 | 0.41 | 72.78 | 0.56 | 0.38 |
| Hex | 80 | 97 | 2B | F | 0 | 48 | 29 | 49 | 38 | 26 |
| Octal | 200 | 227 | 53 | 17 | 0 | 110 | 51 | 111 | 70 | 46 |
| Binary | 10000000 | 10010111 | 101011 | 1111 | 0 | 1001000 | 101001 | 1001001 | 111000 | 100110 |
Color Harmonies of #80972B
Complementary color
Monochromatic Colors of #80972B
Black with #80972B
Text Example
Text Example
White with #80972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80972B; }
p { color: rgb(128,151,43); }
H1.HeaderClassName
{
color: #80972B;
}
.AnyTagClassName
{
color: #80972B;
}
</style>
background-color css
<style>
a { background-color: #80972B; }
a { background-color: rgb(128,151,43); }
div.DivClassName
{
background-color: #80972B;
}
.BgClassName
{
background-color: #80972B;
}
</style>
border-color css
<style>
span { border-color: #80972B; }
span { border-color: rgb(128,151,43); }
td.TdClassName
{
border-color: #80972B;
}
.TagClassName
{
border-color: #80972B;
}
</style>