Shades of Sushi #7C9C25
Tints of Sushi #7C9C25
RGB
CMYK
RGB Variations
Color information
#7C9C25 (or 0x7C9C25) is known color: Sushi. HEX triplet: 7C, 9C and 25. RGB value is (124,156,37). Sum of RGB (Red+Green+Blue) = 124+156+37=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9C25 is #8363DA. Grayscale: #858585. Windows color (decimal): -8610779 or 2464892. OLE color: 2464892.
HSL color Cylindrical-coordinate representation of color #7C9C25: hue angle of 76.13º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C9C25 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 37 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.39 |
| HSL | 76.13º | 0.62% | 0.38% | - |
| HSV(B) | 76.13º | 0.76% | 0.61% | - |
| XYZ | 20.53 | 28.2 | 6.11 | - |
| YUV | 132.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 37 | 0.21 | 0 | 0.76 | 0.39 | 76.13 | 0.62 | 0.38 |
| Hex | 7C | 9C | 25 | 15 | 0 | 4C | 27 | 4C | 3E | 26 |
| Octal | 174 | 234 | 45 | 25 | 0 | 114 | 47 | 114 | 76 | 46 |
| Binary | 1111100 | 10011100 | 100101 | 10101 | 0 | 1001100 | 100111 | 1001100 | 111110 | 100110 |
Color Harmonies of #7C9C25
Complementary color
Monochromatic Colors of #7C9C25
Black with #7C9C25
Text Example
Text Example
White with #7C9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C25; }
p { color: rgb(124,156,37); }
H1.HeaderClassName
{
color: #7C9C25;
}
.AnyTagClassName
{
color: #7C9C25;
}
</style>
background-color css
<style>
a { background-color: #7C9C25; }
a { background-color: rgb(124,156,37); }
div.DivClassName
{
background-color: #7C9C25;
}
.BgClassName
{
background-color: #7C9C25;
}
</style>
border-color css
<style>
span { border-color: #7C9C25; }
span { border-color: rgb(124,156,37); }
td.TdClassName
{
border-color: #7C9C25;
}
.TagClassName
{
border-color: #7C9C25;
}
</style>