Shades of Sushi #7C9B33
Tints of Sushi #7C9B33
RGB
CMYK
RGB Variations
Color information
#7C9B33 (or 0x7C9B33) is known color: Sushi. HEX triplet: 7C, 9B and 33. RGB value is (124,155,51). Sum of RGB (Red+Green+Blue) = 124+155+51=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B33 is #8364CC. Grayscale: #868686. Windows color (decimal): -8611021 or 3382140. OLE color: 3382140.
HSL color Cylindrical-coordinate representation of color #7C9B33: hue angle of 77.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C9B33 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 51 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.39 |
| HSL | 77.88º | 0.5% | 0.4% | - |
| HSV(B) | 77.88º | 0.67% | 0.61% | - |
| XYZ | 20.63 | 27.97 | 7.44 | - |
| YUV | 133.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 51 | 0.2 | 0 | 0.67 | 0.39 | 77.88 | 0.5 | 0.4 |
| Hex | 7C | 9B | 33 | 14 | 0 | 43 | 27 | 4E | 32 | 28 |
| Octal | 174 | 233 | 63 | 24 | 0 | 103 | 47 | 116 | 62 | 50 |
| Binary | 1111100 | 10011011 | 110011 | 10100 | 0 | 1000011 | 100111 | 1001110 | 110010 | 101000 |
Color Harmonies of #7C9B33
Complementary color
Monochromatic Colors of #7C9B33
Black with #7C9B33
Text Example
Text Example
White with #7C9B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B33; }
p { color: rgb(124,155,51); }
H1.HeaderClassName
{
color: #7C9B33;
}
.AnyTagClassName
{
color: #7C9B33;
}
</style>
background-color css
<style>
a { background-color: #7C9B33; }
a { background-color: rgb(124,155,51); }
div.DivClassName
{
background-color: #7C9B33;
}
.BgClassName
{
background-color: #7C9B33;
}
</style>
border-color css
<style>
span { border-color: #7C9B33; }
span { border-color: rgb(124,155,51); }
td.TdClassName
{
border-color: #7C9B33;
}
.TagClassName
{
border-color: #7C9B33;
}
</style>