Shades of Sushi #7C982B
Tints of Sushi #7C982B
RGB
CMYK
RGB Variations
Color information
#7C982B (or 0x7C982B) is known color: Sushi. HEX triplet: 7C, 98 and 2B. RGB value is (124,152,43). Sum of RGB (Red+Green+Blue) = 124+152+43=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #7C982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C982B is #8367D4. Grayscale: #838383. Windows color (decimal): -8611797 or 2857084. OLE color: 2857084.
HSL color Cylindrical-coordinate representation of color #7C982B: hue angle of 75.41º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C982B is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 43 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.40 |
| HSL | 75.41º | 0.56% | 0.38% | - |
| HSV(B) | 75.41º | 0.72% | 0.6% | - |
| XYZ | 19.98 | 26.92 | 6.43 | - |
| YUV | 131.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 43 | 0.18 | 0 | 0.72 | 0.40 | 75.41 | 0.56 | 0.38 |
| Hex | 7C | 98 | 2B | 12 | 0 | 48 | 28 | 4B | 38 | 26 |
| Octal | 174 | 230 | 53 | 22 | 0 | 110 | 50 | 113 | 70 | 46 |
| Binary | 1111100 | 10011000 | 101011 | 10010 | 0 | 1001000 | 101000 | 1001011 | 111000 | 100110 |
Color Harmonies of #7C982B
Complementary color
Monochromatic Colors of #7C982B
Black with #7C982B
Text Example
Text Example
White with #7C982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C982B; }
p { color: rgb(124,152,43); }
H1.HeaderClassName
{
color: #7C982B;
}
.AnyTagClassName
{
color: #7C982B;
}
</style>
background-color css
<style>
a { background-color: #7C982B; }
a { background-color: rgb(124,152,43); }
div.DivClassName
{
background-color: #7C982B;
}
.BgClassName
{
background-color: #7C982B;
}
</style>
border-color css
<style>
span { border-color: #7C982B; }
span { border-color: rgb(124,152,43); }
td.TdClassName
{
border-color: #7C982B;
}
.TagClassName
{
border-color: #7C982B;
}
</style>