Shades of Sushi #7BA022
Tints of Sushi #7BA022
RGB
CMYK
RGB Variations
Color information
#7BA022 (or 0x7BA022) is known color: Sushi. HEX triplet: 7B, A0 and 22. RGB value is (123,160,34). Sum of RGB (Red+Green+Blue) = 123+160+34=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA022 is #845FDD. Grayscale: #878787. Windows color (decimal): -8675294 or 2269307. OLE color: 2269307.
HSL color Cylindrical-coordinate representation of color #7BA022: hue angle of 77.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BA022 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 34 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.37 |
| HSL | 77.62º | 0.65% | 0.38% | - |
| HSV(B) | 77.62º | 0.79% | 0.63% | - |
| XYZ | 21.03 | 29.47 | 6.09 | - |
| YUV | 134.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 34 | 0.23 | 0 | 0.79 | 0.37 | 77.62 | 0.65 | 0.38 |
| Hex | 7B | A0 | 22 | 17 | 0 | 4F | 25 | 4E | 41 | 26 |
| Octal | 173 | 240 | 42 | 27 | 0 | 117 | 45 | 116 | 101 | 46 |
| Binary | 1111011 | 10100000 | 100010 | 10111 | 0 | 1001111 | 100101 | 1001110 | 1000001 | 100110 |
Color Harmonies of #7BA022
Complementary color
Monochromatic Colors of #7BA022
Black with #7BA022
Text Example
Text Example
White with #7BA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA022; }
p { color: rgb(123,160,34); }
H1.HeaderClassName
{
color: #7BA022;
}
.AnyTagClassName
{
color: #7BA022;
}
</style>
background-color css
<style>
a { background-color: #7BA022; }
a { background-color: rgb(123,160,34); }
div.DivClassName
{
background-color: #7BA022;
}
.BgClassName
{
background-color: #7BA022;
}
</style>
border-color css
<style>
span { border-color: #7BA022; }
span { border-color: rgb(123,160,34); }
td.TdClassName
{
border-color: #7BA022;
}
.TagClassName
{
border-color: #7BA022;
}
</style>