Shades of Sushi #7BA12E
Tints of Sushi #7BA12E
RGB
CMYK
RGB Variations
Color information
#7BA12E (or 0x7BA12E) is known color: Sushi. HEX triplet: 7B, A1 and 2E. RGB value is (123,161,46). Sum of RGB (Red+Green+Blue) = 123+161+46=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA12E is #845ED1. Grayscale: #888888. Windows color (decimal): -8675026 or 3055995. OLE color: 3055995.
HSL color Cylindrical-coordinate representation of color #7BA12E: hue angle of 79.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BA12E is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 46 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.37 |
| HSL | 79.83º | 0.56% | 0.41% | - |
| HSV(B) | 79.83º | 0.71% | 0.63% | - |
| XYZ | 21.41 | 29.9 | 7.23 | - |
| YUV | 136.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 46 | 0.24 | 0 | 0.71 | 0.37 | 79.83 | 0.56 | 0.41 |
| Hex | 7B | A1 | 2E | 18 | 0 | 47 | 25 | 50 | 38 | 29 |
| Octal | 173 | 241 | 56 | 30 | 0 | 107 | 45 | 120 | 70 | 51 |
| Binary | 1111011 | 10100001 | 101110 | 11000 | 0 | 1000111 | 100101 | 1010000 | 111000 | 101001 |
Color Harmonies of #7BA12E
Complementary color
Monochromatic Colors of #7BA12E
Black with #7BA12E
Text Example
Text Example
White with #7BA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA12E; }
p { color: rgb(123,161,46); }
H1.HeaderClassName
{
color: #7BA12E;
}
.AnyTagClassName
{
color: #7BA12E;
}
</style>
background-color css
<style>
a { background-color: #7BA12E; }
a { background-color: rgb(123,161,46); }
div.DivClassName
{
background-color: #7BA12E;
}
.BgClassName
{
background-color: #7BA12E;
}
</style>
border-color css
<style>
span { border-color: #7BA12E; }
span { border-color: rgb(123,161,46); }
td.TdClassName
{
border-color: #7BA12E;
}
.TagClassName
{
border-color: #7BA12E;
}
</style>