Shades of Sushi #7C9921
Tints of Sushi #7C9921
RGB
CMYK
RGB Variations
Color information
#7C9921 (or 0x7C9921) is known color: Sushi. HEX triplet: 7C, 99 and 21. RGB value is (124,153,33). Sum of RGB (Red+Green+Blue) = 124+153+33=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9921 is #8366DE. Grayscale: #838383. Windows color (decimal): -8611551 or 2201980. OLE color: 2201980.
HSL color Cylindrical-coordinate representation of color #7C9921: hue angle of 74.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C9921 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 33 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.4 |
| HSL | 74.5º | 0.65% | 0.36% | - |
| HSV(B) | 74.5º | 0.78% | 0.6% | - |
| XYZ | 19.98 | 27.18 | 5.63 | - |
| YUV | 130.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 33 | 0.19 | 0 | 0.78 | 0.4 | 74.5 | 0.65 | 0.36 |
| Hex | 7C | 99 | 21 | 13 | 0 | 4E | 28 | 4A | 41 | 24 |
| Octal | 174 | 231 | 41 | 23 | 0 | 116 | 50 | 112 | 101 | 44 |
| Binary | 1111100 | 10011001 | 100001 | 10011 | 0 | 1001110 | 101000 | 1001010 | 1000001 | 100100 |
Color Harmonies of #7C9921
Complementary color
Monochromatic Colors of #7C9921
Black with #7C9921
Text Example
Text Example
White with #7C9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9921; }
p { color: rgb(124,153,33); }
H1.HeaderClassName
{
color: #7C9921;
}
.AnyTagClassName
{
color: #7C9921;
}
</style>
background-color css
<style>
a { background-color: #7C9921; }
a { background-color: rgb(124,153,33); }
div.DivClassName
{
background-color: #7C9921;
}
.BgClassName
{
background-color: #7C9921;
}
</style>
border-color css
<style>
span { border-color: #7C9921; }
span { border-color: rgb(124,153,33); }
td.TdClassName
{
border-color: #7C9921;
}
.TagClassName
{
border-color: #7C9921;
}
</style>