Shades of Sushi #7C9F37
Tints of Sushi #7C9F37
RGB
CMYK
RGB Variations
Color information
#7C9F37 (or 0x7C9F37) is known color: Sushi. HEX triplet: 7C, 9F and 37. RGB value is (124,159,55). Sum of RGB (Red+Green+Blue) = 124+159+55=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9F37 is #8360C8. Grayscale: #898989. Windows color (decimal): -8609993 or 3645308. OLE color: 3645308.
HSL color Cylindrical-coordinate representation of color #7C9F37: hue angle of 80.19º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C9F37 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 159 | 55 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.38 |
| HSL | 80.19º | 0.49% | 0.42% | - |
| HSV(B) | 80.19º | 0.65% | 0.62% | - |
| XYZ | 21.4 | 29.36 | 8.15 | - |
| YUV | 136.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 55 | 0.22 | 0 | 0.65 | 0.38 | 80.19 | 0.49 | 0.42 |
| Hex | 7C | 9F | 37 | 16 | 0 | 41 | 26 | 50 | 31 | 2A |
| Octal | 174 | 237 | 67 | 26 | 0 | 101 | 46 | 120 | 61 | 52 |
| Binary | 1111100 | 10011111 | 110111 | 10110 | 0 | 1000001 | 100110 | 1010000 | 110001 | 101010 |
Color Harmonies of #7C9F37
Complementary color
Monochromatic Colors of #7C9F37
Black with #7C9F37
Text Example
Text Example
White with #7C9F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9F37; }
p { color: rgb(124,159,55); }
H1.HeaderClassName
{
color: #7C9F37;
}
.AnyTagClassName
{
color: #7C9F37;
}
</style>
background-color css
<style>
a { background-color: #7C9F37; }
a { background-color: rgb(124,159,55); }
div.DivClassName
{
background-color: #7C9F37;
}
.BgClassName
{
background-color: #7C9F37;
}
</style>
border-color css
<style>
span { border-color: #7C9F37; }
span { border-color: rgb(124,159,55); }
td.TdClassName
{
border-color: #7C9F37;
}
.TagClassName
{
border-color: #7C9F37;
}
</style>