Shades of Sushi #7BA326
Tints of Sushi #7BA326
RGB
CMYK
RGB Variations
Color information
#7BA326 (or 0x7BA326) is known color: Sushi. HEX triplet: 7B, A3 and 26. RGB value is (123,163,38). Sum of RGB (Red+Green+Blue) = 123+163+38=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA326 is #845CD9. Grayscale: #898989. Windows color (decimal): -8674522 or 2532219. OLE color: 2532219.
HSL color Cylindrical-coordinate representation of color #7BA326: hue angle of 79.2º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BA326 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 163 | 38 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.36 |
| HSL | 79.2º | 0.62% | 0.39% | - |
| HSV(B) | 79.2º | 0.77% | 0.64% | - |
| XYZ | 21.62 | 30.55 | 6.59 | - |
| YUV | 136.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 38 | 0.25 | 0 | 0.77 | 0.36 | 79.2 | 0.62 | 0.39 |
| Hex | 7B | A3 | 26 | 19 | 0 | 4D | 24 | 4F | 3E | 27 |
| Octal | 173 | 243 | 46 | 31 | 0 | 115 | 44 | 117 | 76 | 47 |
| Binary | 1111011 | 10100011 | 100110 | 11001 | 0 | 1001101 | 100100 | 1001111 | 111110 | 100111 |
Color Harmonies of #7BA326
Complementary color
Monochromatic Colors of #7BA326
Black with #7BA326
Text Example
Text Example
White with #7BA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA326; }
p { color: rgb(123,163,38); }
H1.HeaderClassName
{
color: #7BA326;
}
.AnyTagClassName
{
color: #7BA326;
}
</style>
background-color css
<style>
a { background-color: #7BA326; }
a { background-color: rgb(123,163,38); }
div.DivClassName
{
background-color: #7BA326;
}
.BgClassName
{
background-color: #7BA326;
}
</style>
border-color css
<style>
span { border-color: #7BA326; }
span { border-color: rgb(123,163,38); }
td.TdClassName
{
border-color: #7BA326;
}
.TagClassName
{
border-color: #7BA326;
}
</style>