Shades of Sushi #7BA044
Tints of Sushi #7BA044
RGB
CMYK
RGB Variations
Color information
#7BA044 (or 0x7BA044) is known color: Sushi. HEX triplet: 7B, A0 and 44. RGB value is (123,160,68). Sum of RGB (Red+Green+Blue) = 123+160+68=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA044 is #845FBB. Grayscale: #8A8A8A. Windows color (decimal): -8675260 or 4497531. OLE color: 4497531.
HSL color Cylindrical-coordinate representation of color #7BA044: hue angle of 84.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BA044 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 68 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.37 |
| HSL | 84.13º | 0.4% | 0.45% | - |
| HSV(B) | 84.13º | 0.58% | 0.63% | - |
| XYZ | 21.78 | 29.77 | 10.07 | - |
| YUV | 138.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 68 | 0.23 | 0 | 0.57 | 0.37 | 84.13 | 0.4 | 0.45 |
| Hex | 7B | A0 | 44 | 17 | 0 | 39 | 25 | 54 | 28 | 2D |
| Octal | 173 | 240 | 104 | 27 | 0 | 71 | 45 | 124 | 50 | 55 |
| Binary | 1111011 | 10100000 | 1000100 | 10111 | 0 | 111001 | 100101 | 1010100 | 101000 | 101101 |
Color Harmonies of #7BA044
Complementary color
Monochromatic Colors of #7BA044
Black with #7BA044
Text Example
Text Example
White with #7BA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA044; }
p { color: rgb(123,160,68); }
H1.HeaderClassName
{
color: #7BA044;
}
.AnyTagClassName
{
color: #7BA044;
}
</style>
background-color css
<style>
a { background-color: #7BA044; }
a { background-color: rgb(123,160,68); }
div.DivClassName
{
background-color: #7BA044;
}
.BgClassName
{
background-color: #7BA044;
}
</style>
border-color css
<style>
span { border-color: #7BA044; }
span { border-color: rgb(123,160,68); }
td.TdClassName
{
border-color: #7BA044;
}
.TagClassName
{
border-color: #7BA044;
}
</style>