Shades of Sushi #7C973A
Tints of Sushi #7C973A
RGB
CMYK
RGB Variations
Color information
#7C973A (or 0x7C973A) is known color: Sushi. HEX triplet: 7C, 97 and 3A. RGB value is (124,151,58). Sum of RGB (Red+Green+Blue) = 124+151+58=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #7C973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C973A is #8368C5. Grayscale: #848484. Windows color (decimal): -8612038 or 3839868. OLE color: 3839868.
HSL color Cylindrical-coordinate representation of color #7C973A: hue angle of 77.42º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C973A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 58 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.41 |
| HSL | 77.42º | 0.44% | 0.41% | - |
| HSV(B) | 77.42º | 0.62% | 0.59% | - |
| XYZ | 20.14 | 26.72 | 8.1 | - |
| YUV | 132.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 58 | 0.18 | 0 | 0.62 | 0.41 | 77.42 | 0.44 | 0.41 |
| Hex | 7C | 97 | 3A | 12 | 0 | 3E | 29 | 4D | 2C | 29 |
| Octal | 174 | 227 | 72 | 22 | 0 | 76 | 51 | 115 | 54 | 51 |
| Binary | 1111100 | 10010111 | 111010 | 10010 | 0 | 111110 | 101001 | 1001101 | 101100 | 101001 |
Color Harmonies of #7C973A
Complementary color
Monochromatic Colors of #7C973A
Black with #7C973A
Text Example
Text Example
White with #7C973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C973A; }
p { color: rgb(124,151,58); }
H1.HeaderClassName
{
color: #7C973A;
}
.AnyTagClassName
{
color: #7C973A;
}
</style>
background-color css
<style>
a { background-color: #7C973A; }
a { background-color: rgb(124,151,58); }
div.DivClassName
{
background-color: #7C973A;
}
.BgClassName
{
background-color: #7C973A;
}
</style>
border-color css
<style>
span { border-color: #7C973A; }
span { border-color: rgb(124,151,58); }
td.TdClassName
{
border-color: #7C973A;
}
.TagClassName
{
border-color: #7C973A;
}
</style>