Shades of Sushi #7BAB37
Tints of Sushi #7BAB37
RGB
CMYK
RGB Variations
Color information
#7BAB37 (or 0x7BAB37) is known color: Sushi. HEX triplet: 7B, AB and 37. RGB value is (123,171,55). Sum of RGB (Red+Green+Blue) = 123+171+55=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB37 is #8454C8. Grayscale: #8F8F8F. Windows color (decimal): -8672457 or 3648379. OLE color: 3648379.
HSL color Cylindrical-coordinate representation of color #7BAB37: hue angle of 84.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BAB37 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 55 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.33 |
| HSL | 84.83º | 0.51% | 0.44% | - |
| HSV(B) | 84.83º | 0.68% | 0.67% | - |
| XYZ | 23.42 | 33.61 | 8.87 | - |
| YUV | 143.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 55 | 0.28 | 0 | 0.68 | 0.33 | 84.83 | 0.51 | 0.44 |
| Hex | 7B | AB | 37 | 1C | 0 | 44 | 21 | 55 | 33 | 2C |
| Octal | 173 | 253 | 67 | 34 | 0 | 104 | 41 | 125 | 63 | 54 |
| Binary | 1111011 | 10101011 | 110111 | 11100 | 0 | 1000100 | 100001 | 1010101 | 110011 | 101100 |
Color Harmonies of #7BAB37
Complementary color
Monochromatic Colors of #7BAB37
Black with #7BAB37
Text Example
Text Example
White with #7BAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB37; }
p { color: rgb(123,171,55); }
H1.HeaderClassName
{
color: #7BAB37;
}
.AnyTagClassName
{
color: #7BAB37;
}
</style>
background-color css
<style>
a { background-color: #7BAB37; }
a { background-color: rgb(123,171,55); }
div.DivClassName
{
background-color: #7BAB37;
}
.BgClassName
{
background-color: #7BAB37;
}
</style>
border-color css
<style>
span { border-color: #7BAB37; }
span { border-color: rgb(123,171,55); }
td.TdClassName
{
border-color: #7BAB37;
}
.TagClassName
{
border-color: #7BAB37;
}
</style>