Shades of Sushi #7E952C
Tints of Sushi #7E952C
RGB
CMYK
RGB Variations
Color information
#7E952C (or 0x7E952C) is known color: Sushi. HEX triplet: 7E, 95 and 2C. RGB value is (126,149,44). Sum of RGB (Red+Green+Blue) = 126+149+44=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #7E952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E952C is #816AD3. Grayscale: #828282. Windows color (decimal): -8481492 or 2921854. OLE color: 2921854.
HSL color Cylindrical-coordinate representation of color #7E952C: hue angle of 73.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E952C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 44 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.42 |
| HSL | 73.14º | 0.54% | 0.38% | - |
| HSV(B) | 73.14º | 0.7% | 0.58% | - |
| XYZ | 19.81 | 26.11 | 6.38 | - |
| YUV | 130.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 44 | 0.15 | 0 | 0.70 | 0.42 | 73.14 | 0.54 | 0.38 |
| Hex | 7E | 95 | 2C | F | 0 | 46 | 2A | 49 | 36 | 26 |
| Octal | 176 | 225 | 54 | 17 | 0 | 106 | 52 | 111 | 66 | 46 |
| Binary | 1111110 | 10010101 | 101100 | 1111 | 0 | 1000110 | 101010 | 1001001 | 110110 | 100110 |
Color Harmonies of #7E952C
Complementary color
Monochromatic Colors of #7E952C
Black with #7E952C
Text Example
Text Example
White with #7E952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E952C; }
p { color: rgb(126,149,44); }
H1.HeaderClassName
{
color: #7E952C;
}
.AnyTagClassName
{
color: #7E952C;
}
</style>
background-color css
<style>
a { background-color: #7E952C; }
a { background-color: rgb(126,149,44); }
div.DivClassName
{
background-color: #7E952C;
}
.BgClassName
{
background-color: #7E952C;
}
</style>
border-color css
<style>
span { border-color: #7E952C; }
span { border-color: rgb(126,149,44); }
td.TdClassName
{
border-color: #7E952C;
}
.TagClassName
{
border-color: #7E952C;
}
</style>