Shades of Sushi #80B63C
Tints of Sushi #80B63C
RGB
CMYK
RGB Variations
Color information
#80B63C (or 0x80B63C) is known color: Sushi. HEX triplet: 80, B6 and 3C. RGB value is (128,182,60). Sum of RGB (Red+Green+Blue) = 128+182+60=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #80B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B63C is #7F49C3. Grayscale: #989898. Windows color (decimal): -8341956 or 3978880. OLE color: 3978880.
HSL color Cylindrical-coordinate representation of color #80B63C: hue angle of 86.56º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B63C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 60 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.29 |
| HSL | 86.56º | 0.5% | 0.47% | - |
| HSV(B) | 86.56º | 0.67% | 0.71% | - |
| XYZ | 26.45 | 38.37 | 10.29 | - |
| YUV | 151.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 60 | 0.30 | 0 | 0.67 | 0.29 | 86.56 | 0.5 | 0.47 |
| Hex | 80 | B6 | 3C | 1E | 0 | 43 | 1D | 57 | 32 | 2F |
| Octal | 200 | 266 | 74 | 36 | 0 | 103 | 35 | 127 | 62 | 57 |
| Binary | 10000000 | 10110110 | 111100 | 11110 | 0 | 1000011 | 11101 | 1010111 | 110010 | 101111 |
Color Harmonies of #80B63C
Complementary color
Monochromatic Colors of #80B63C
Black with #80B63C
Text Example
Text Example
White with #80B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B63C; }
p { color: rgb(128,182,60); }
H1.HeaderClassName
{
color: #80B63C;
}
.AnyTagClassName
{
color: #80B63C;
}
</style>
background-color css
<style>
a { background-color: #80B63C; }
a { background-color: rgb(128,182,60); }
div.DivClassName
{
background-color: #80B63C;
}
.BgClassName
{
background-color: #80B63C;
}
</style>
border-color css
<style>
span { border-color: #80B63C; }
span { border-color: rgb(128,182,60); }
td.TdClassName
{
border-color: #80B63C;
}
.TagClassName
{
border-color: #80B63C;
}
</style>