Shades of Sushi #7BA22D
Tints of Sushi #7BA22D
RGB
CMYK
RGB Variations
Color information
#7BA22D (or 0x7BA22D) is known color: Sushi. HEX triplet: 7B, A2 and 2D. RGB value is (123,162,45). Sum of RGB (Red+Green+Blue) = 123+162+45=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA22D is #845DD2. Grayscale: #898989. Windows color (decimal): -8674771 or 2990715. OLE color: 2990715.
HSL color Cylindrical-coordinate representation of color #7BA22D: hue angle of 80º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BA22D is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 45 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.36 |
| HSL | 80º | 0.57% | 0.41% | - |
| HSV(B) | 80º | 0.72% | 0.64% | - |
| XYZ | 21.56 | 30.24 | 7.18 | - |
| YUV | 137 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 45 | 0.24 | 0 | 0.72 | 0.36 | 80 | 0.57 | 0.41 |
| Hex | 7B | A2 | 2D | 18 | 0 | 48 | 24 | 50 | 39 | 29 |
| Octal | 173 | 242 | 55 | 30 | 0 | 110 | 44 | 120 | 71 | 51 |
| Binary | 1111011 | 10100010 | 101101 | 11000 | 0 | 1001000 | 100100 | 1010000 | 111001 | 101001 |
Color Harmonies of #7BA22D
Complementary color
Monochromatic Colors of #7BA22D
Black with #7BA22D
Text Example
Text Example
White with #7BA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA22D; }
p { color: rgb(123,162,45); }
H1.HeaderClassName
{
color: #7BA22D;
}
.AnyTagClassName
{
color: #7BA22D;
}
</style>
background-color css
<style>
a { background-color: #7BA22D; }
a { background-color: rgb(123,162,45); }
div.DivClassName
{
background-color: #7BA22D;
}
.BgClassName
{
background-color: #7BA22D;
}
</style>
border-color css
<style>
span { border-color: #7BA22D; }
span { border-color: rgb(123,162,45); }
td.TdClassName
{
border-color: #7BA22D;
}
.TagClassName
{
border-color: #7BA22D;
}
</style>