Shades of Sushi #7E9C2B
Tints of Sushi #7E9C2B
RGB
CMYK
RGB Variations
Color information
#7E9C2B (or 0x7E9C2B) is known color: Sushi. HEX triplet: 7E, 9C and 2B. RGB value is (126,156,43). Sum of RGB (Red+Green+Blue) = 126+156+43=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C2B is #8163D4. Grayscale: #868686. Windows color (decimal): -8479701 or 2858110. OLE color: 2858110.
HSL color Cylindrical-coordinate representation of color #7E9C2B: hue angle of 75.93º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E9C2B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 43 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.39 |
| HSL | 75.93º | 0.57% | 0.39% | - |
| HSV(B) | 75.93º | 0.72% | 0.61% | - |
| XYZ | 20.93 | 28.39 | 6.66 | - |
| YUV | 134.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 43 | 0.19 | 0 | 0.72 | 0.39 | 75.93 | 0.57 | 0.39 |
| Hex | 7E | 9C | 2B | 13 | 0 | 48 | 27 | 4C | 39 | 27 |
| Octal | 176 | 234 | 53 | 23 | 0 | 110 | 47 | 114 | 71 | 47 |
| Binary | 1111110 | 10011100 | 101011 | 10011 | 0 | 1001000 | 100111 | 1001100 | 111001 | 100111 |
Color Harmonies of #7E9C2B
Complementary color
Monochromatic Colors of #7E9C2B
Black with #7E9C2B
Text Example
Text Example
White with #7E9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C2B; }
p { color: rgb(126,156,43); }
H1.HeaderClassName
{
color: #7E9C2B;
}
.AnyTagClassName
{
color: #7E9C2B;
}
</style>
background-color css
<style>
a { background-color: #7E9C2B; }
a { background-color: rgb(126,156,43); }
div.DivClassName
{
background-color: #7E9C2B;
}
.BgClassName
{
background-color: #7E9C2B;
}
</style>
border-color css
<style>
span { border-color: #7E9C2B; }
span { border-color: rgb(126,156,43); }
td.TdClassName
{
border-color: #7E9C2B;
}
.TagClassName
{
border-color: #7E9C2B;
}
</style>