Shades of Sushi #7C9628
Tints of Sushi #7C9628
RGB
CMYK
RGB Variations
Color information
#7C9628 (or 0x7C9628) is known color: Sushi. HEX triplet: 7C, 96 and 28. RGB value is (124,150,40). Sum of RGB (Red+Green+Blue) = 124+150+40=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9628 is #8369D7. Grayscale: #828282. Windows color (decimal): -8612312 or 2659964. OLE color: 2659964.
HSL color Cylindrical-coordinate representation of color #7C9628: hue angle of 74.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C9628 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 40 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.41 |
| HSL | 74.18º | 0.58% | 0.37% | - |
| HSV(B) | 74.18º | 0.73% | 0.59% | - |
| XYZ | 19.6 | 26.25 | 6.04 | - |
| YUV | 129.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 40 | 0.17 | 0 | 0.73 | 0.41 | 74.18 | 0.58 | 0.37 |
| Hex | 7C | 96 | 28 | 11 | 0 | 49 | 29 | 4A | 3A | 25 |
| Octal | 174 | 226 | 50 | 21 | 0 | 111 | 51 | 112 | 72 | 45 |
| Binary | 1111100 | 10010110 | 101000 | 10001 | 0 | 1001001 | 101001 | 1001010 | 111010 | 100101 |
Color Harmonies of #7C9628
Complementary color
Monochromatic Colors of #7C9628
Black with #7C9628
Text Example
Text Example
White with #7C9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9628; }
p { color: rgb(124,150,40); }
H1.HeaderClassName
{
color: #7C9628;
}
.AnyTagClassName
{
color: #7C9628;
}
</style>
background-color css
<style>
a { background-color: #7C9628; }
a { background-color: rgb(124,150,40); }
div.DivClassName
{
background-color: #7C9628;
}
.BgClassName
{
background-color: #7C9628;
}
</style>
border-color css
<style>
span { border-color: #7C9628; }
span { border-color: rgb(124,150,40); }
td.TdClassName
{
border-color: #7C9628;
}
.TagClassName
{
border-color: #7C9628;
}
</style>