Shades of Sushi #7C9B44
Tints of Sushi #7C9B44
RGB
CMYK
RGB Variations
Color information
#7C9B44 (or 0x7C9B44) is known color: Sushi. HEX triplet: 7C, 9B and 44. RGB value is (124,155,68). Sum of RGB (Red+Green+Blue) = 124+155+68=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B44 is #8364BB. Grayscale: #888888. Windows color (decimal): -8611004 or 4496252. OLE color: 4496252.
HSL color Cylindrical-coordinate representation of color #7C9B44: hue angle of 81.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C9B44 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 68 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.39 |
| HSL | 81.38º | 0.39% | 0.44% | - |
| HSV(B) | 81.38º | 0.56% | 0.61% | - |
| XYZ | 21.08 | 28.15 | 9.79 | - |
| YUV | 135.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 68 | 0.2 | 0 | 0.56 | 0.39 | 81.38 | 0.39 | 0.44 |
| Hex | 7C | 9B | 44 | 14 | 0 | 38 | 27 | 51 | 27 | 2C |
| Octal | 174 | 233 | 104 | 24 | 0 | 70 | 47 | 121 | 47 | 54 |
| Binary | 1111100 | 10011011 | 1000100 | 10100 | 0 | 111000 | 100111 | 1010001 | 100111 | 101100 |
Color Harmonies of #7C9B44
Complementary color
Monochromatic Colors of #7C9B44
Black with #7C9B44
Text Example
Text Example
White with #7C9B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B44; }
p { color: rgb(124,155,68); }
H1.HeaderClassName
{
color: #7C9B44;
}
.AnyTagClassName
{
color: #7C9B44;
}
</style>
background-color css
<style>
a { background-color: #7C9B44; }
a { background-color: rgb(124,155,68); }
div.DivClassName
{
background-color: #7C9B44;
}
.BgClassName
{
background-color: #7C9B44;
}
</style>
border-color css
<style>
span { border-color: #7C9B44; }
span { border-color: rgb(124,155,68); }
td.TdClassName
{
border-color: #7C9B44;
}
.TagClassName
{
border-color: #7C9B44;
}
</style>