Shades of Sushi #7BA043
Tints of Sushi #7BA043
RGB
CMYK
RGB Variations
Color information
#7BA043 (or 0x7BA043) is known color: Sushi. HEX triplet: 7B, A0 and 43. RGB value is (123,160,67). Sum of RGB (Red+Green+Blue) = 123+160+67=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA043 is #845FBC. Grayscale: #8A8A8A. Windows color (decimal): -8675261 or 4431995. OLE color: 4431995.
HSL color Cylindrical-coordinate representation of color #7BA043: hue angle of 83.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BA043 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 67 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.37 |
| HSL | 83.87º | 0.41% | 0.45% | - |
| HSV(B) | 83.87º | 0.58% | 0.63% | - |
| XYZ | 21.75 | 29.76 | 9.91 | - |
| YUV | 138.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 67 | 0.23 | 0 | 0.58 | 0.37 | 83.87 | 0.41 | 0.45 |
| Hex | 7B | A0 | 43 | 17 | 0 | 3A | 25 | 54 | 29 | 2D |
| Octal | 173 | 240 | 103 | 27 | 0 | 72 | 45 | 124 | 51 | 55 |
| Binary | 1111011 | 10100000 | 1000011 | 10111 | 0 | 111010 | 100101 | 1010100 | 101001 | 101101 |
Color Harmonies of #7BA043
Complementary color
Monochromatic Colors of #7BA043
Black with #7BA043
Text Example
Text Example
White with #7BA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA043; }
p { color: rgb(123,160,67); }
H1.HeaderClassName
{
color: #7BA043;
}
.AnyTagClassName
{
color: #7BA043;
}
</style>
background-color css
<style>
a { background-color: #7BA043; }
a { background-color: rgb(123,160,67); }
div.DivClassName
{
background-color: #7BA043;
}
.BgClassName
{
background-color: #7BA043;
}
</style>
border-color css
<style>
span { border-color: #7BA043; }
span { border-color: rgb(123,160,67); }
td.TdClassName
{
border-color: #7BA043;
}
.TagClassName
{
border-color: #7BA043;
}
</style>