Shades of Sushi #7BA123
Tints of Sushi #7BA123
RGB
CMYK
RGB Variations
Color information
#7BA123 (or 0x7BA123) is known color: Sushi. HEX triplet: 7B, A1 and 23. RGB value is (123,161,35). Sum of RGB (Red+Green+Blue) = 123+161+35=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA123 is #845EDC. Grayscale: #878787. Windows color (decimal): -8675037 or 2335099. OLE color: 2335099.
HSL color Cylindrical-coordinate representation of color #7BA123: hue angle of 78.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BA123 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 35 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.37 |
| HSL | 78.1º | 0.64% | 0.38% | - |
| HSV(B) | 78.1º | 0.78% | 0.63% | - |
| XYZ | 21.22 | 29.82 | 6.23 | - |
| YUV | 135.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 35 | 0.24 | 0 | 0.78 | 0.37 | 78.1 | 0.64 | 0.38 |
| Hex | 7B | A1 | 23 | 18 | 0 | 4E | 25 | 4E | 40 | 26 |
| Octal | 173 | 241 | 43 | 30 | 0 | 116 | 45 | 116 | 100 | 46 |
| Binary | 1111011 | 10100001 | 100011 | 11000 | 0 | 1001110 | 100101 | 1001110 | 1000000 | 100110 |
Color Harmonies of #7BA123
Complementary color
Monochromatic Colors of #7BA123
Black with #7BA123
Text Example
Text Example
White with #7BA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA123; }
p { color: rgb(123,161,35); }
H1.HeaderClassName
{
color: #7BA123;
}
.AnyTagClassName
{
color: #7BA123;
}
</style>
background-color css
<style>
a { background-color: #7BA123; }
a { background-color: rgb(123,161,35); }
div.DivClassName
{
background-color: #7BA123;
}
.BgClassName
{
background-color: #7BA123;
}
</style>
border-color css
<style>
span { border-color: #7BA123; }
span { border-color: rgb(123,161,35); }
td.TdClassName
{
border-color: #7BA123;
}
.TagClassName
{
border-color: #7BA123;
}
</style>