Shades of Sushi #7E982B
Tints of Sushi #7E982B
RGB
CMYK
RGB Variations
Color information
#7E982B (or 0x7E982B) is known color: Sushi. HEX triplet: 7E, 98 and 2B. RGB value is (126,152,43). Sum of RGB (Red+Green+Blue) = 126+152+43=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #7E982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E982B is #8167D4. Grayscale: #848484. Windows color (decimal): -8480725 or 2857086. OLE color: 2857086.
HSL color Cylindrical-coordinate representation of color #7E982B: hue angle of 74.31º 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 #7E982B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 43 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.40 |
| HSL | 74.31º | 0.56% | 0.38% | - |
| HSV(B) | 74.31º | 0.72% | 0.6% | - |
| XYZ | 20.27 | 27.07 | 6.44 | - |
| YUV | 131.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 43 | 0.17 | 0 | 0.72 | 0.40 | 74.31 | 0.56 | 0.38 |
| Hex | 7E | 98 | 2B | 11 | 0 | 48 | 28 | 4A | 38 | 26 |
| Octal | 176 | 230 | 53 | 21 | 0 | 110 | 50 | 112 | 70 | 46 |
| Binary | 1111110 | 10011000 | 101011 | 10001 | 0 | 1001000 | 101000 | 1001010 | 111000 | 100110 |
Color Harmonies of #7E982B
Complementary color
Monochromatic Colors of #7E982B
Black with #7E982B
Text Example
Text Example
White with #7E982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E982B; }
p { color: rgb(126,152,43); }
H1.HeaderClassName
{
color: #7E982B;
}
.AnyTagClassName
{
color: #7E982B;
}
</style>
background-color css
<style>
a { background-color: #7E982B; }
a { background-color: rgb(126,152,43); }
div.DivClassName
{
background-color: #7E982B;
}
.BgClassName
{
background-color: #7E982B;
}
</style>
border-color css
<style>
span { border-color: #7E982B; }
span { border-color: rgb(126,152,43); }
td.TdClassName
{
border-color: #7E982B;
}
.TagClassName
{
border-color: #7E982B;
}
</style>