Shades of Sushi #7C9B27
Tints of Sushi #7C9B27
RGB
CMYK
RGB Variations
Color information
#7C9B27 (or 0x7C9B27) is known color: Sushi. HEX triplet: 7C, 9B and 27. RGB value is (124,155,39). Sum of RGB (Red+Green+Blue) = 124+155+39=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B27 is #8364D8. Grayscale: #848484. Windows color (decimal): -8611033 or 2595708. OLE color: 2595708.
HSL color Cylindrical-coordinate representation of color #7C9B27: hue angle of 76.03º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C9B27 is Cyan = 0.2, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 39 | - |
| CMYK | 0.2 | 0 | 0.75 | 0.39 |
| HSL | 76.03º | 0.6% | 0.38% | - |
| HSV(B) | 76.03º | 0.75% | 0.61% | - |
| XYZ | 20.4 | 27.87 | 6.22 | - |
| YUV | 132.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 39 | 0.2 | 0 | 0.75 | 0.39 | 76.03 | 0.6 | 0.38 |
| Hex | 7C | 9B | 27 | 14 | 0 | 4B | 27 | 4C | 3C | 26 |
| Octal | 174 | 233 | 47 | 24 | 0 | 113 | 47 | 114 | 74 | 46 |
| Binary | 1111100 | 10011011 | 100111 | 10100 | 0 | 1001011 | 100111 | 1001100 | 111100 | 100110 |
Color Harmonies of #7C9B27
Complementary color
Monochromatic Colors of #7C9B27
Black with #7C9B27
Text Example
Text Example
White with #7C9B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B27; }
p { color: rgb(124,155,39); }
H1.HeaderClassName
{
color: #7C9B27;
}
.AnyTagClassName
{
color: #7C9B27;
}
</style>
background-color css
<style>
a { background-color: #7C9B27; }
a { background-color: rgb(124,155,39); }
div.DivClassName
{
background-color: #7C9B27;
}
.BgClassName
{
background-color: #7C9B27;
}
</style>
border-color css
<style>
span { border-color: #7C9B27; }
span { border-color: rgb(124,155,39); }
td.TdClassName
{
border-color: #7C9B27;
}
.TagClassName
{
border-color: #7C9B27;
}
</style>