Shades of Sushi #80B73D
Tints of Sushi #80B73D
RGB
CMYK
RGB Variations
Color information
#80B73D (or 0x80B73D) is known color: Sushi. HEX triplet: 80, B7 and 3D. RGB value is (128,183,61). Sum of RGB (Red+Green+Blue) = 128+183+61=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #80B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B73D is #7F48C2. Grayscale: #999999. Windows color (decimal): -8341699 or 4044672. OLE color: 4044672.
HSL color Cylindrical-coordinate representation of color #80B73D: hue angle of 87.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B73D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 61 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.28 |
| HSL | 87.05º | 0.5% | 0.48% | - |
| HSV(B) | 87.05º | 0.67% | 0.72% | - |
| XYZ | 26.68 | 38.79 | 10.5 | - |
| YUV | 152.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 61 | 0.30 | 0 | 0.67 | 0.28 | 87.05 | 0.5 | 0.48 |
| Hex | 80 | B7 | 3D | 1E | 0 | 43 | 1C | 57 | 32 | 30 |
| Octal | 200 | 267 | 75 | 36 | 0 | 103 | 34 | 127 | 62 | 60 |
| Binary | 10000000 | 10110111 | 111101 | 11110 | 0 | 1000011 | 11100 | 1010111 | 110010 | 110000 |
Color Harmonies of #80B73D
Complementary color
Monochromatic Colors of #80B73D
Black with #80B73D
Text Example
Text Example
White with #80B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B73D; }
p { color: rgb(128,183,61); }
H1.HeaderClassName
{
color: #80B73D;
}
.AnyTagClassName
{
color: #80B73D;
}
</style>
background-color css
<style>
a { background-color: #80B73D; }
a { background-color: rgb(128,183,61); }
div.DivClassName
{
background-color: #80B73D;
}
.BgClassName
{
background-color: #80B73D;
}
</style>
border-color css
<style>
span { border-color: #80B73D; }
span { border-color: rgb(128,183,61); }
td.TdClassName
{
border-color: #80B73D;
}
.TagClassName
{
border-color: #80B73D;
}
</style>