Shades of Sushi #7C9B21
Tints of Sushi #7C9B21
RGB
CMYK
RGB Variations
Color information
#7C9B21 (or 0x7C9B21) is known color: Sushi. HEX triplet: 7C, 9B and 21. RGB value is (124,155,33). Sum of RGB (Red+Green+Blue) = 124+155+33=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B21 is #8364DE. Grayscale: #848484. Windows color (decimal): -8611039 or 2202492. OLE color: 2202492.
HSL color Cylindrical-coordinate representation of color #7C9B21: hue angle of 75.25º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C9B21 is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 33 | - |
| CMYK | 0.2 | 0 | 0.79 | 0.39 |
| HSL | 75.25º | 0.65% | 0.37% | - |
| HSV(B) | 75.25º | 0.79% | 0.61% | - |
| XYZ | 20.31 | 27.84 | 5.74 | - |
| YUV | 131.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 33 | 0.2 | 0 | 0.79 | 0.39 | 75.25 | 0.65 | 0.37 |
| Hex | 7C | 9B | 21 | 14 | 0 | 4F | 27 | 4B | 41 | 25 |
| Octal | 174 | 233 | 41 | 24 | 0 | 117 | 47 | 113 | 101 | 45 |
| Binary | 1111100 | 10011011 | 100001 | 10100 | 0 | 1001111 | 100111 | 1001011 | 1000001 | 100101 |
Color Harmonies of #7C9B21
Complementary color
Monochromatic Colors of #7C9B21
Black with #7C9B21
Text Example
Text Example
White with #7C9B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B21; }
p { color: rgb(124,155,33); }
H1.HeaderClassName
{
color: #7C9B21;
}
.AnyTagClassName
{
color: #7C9B21;
}
</style>
background-color css
<style>
a { background-color: #7C9B21; }
a { background-color: rgb(124,155,33); }
div.DivClassName
{
background-color: #7C9B21;
}
.BgClassName
{
background-color: #7C9B21;
}
</style>
border-color css
<style>
span { border-color: #7C9B21; }
span { border-color: rgb(124,155,33); }
td.TdClassName
{
border-color: #7C9B21;
}
.TagClassName
{
border-color: #7C9B21;
}
</style>