Shades of Sushi #7BAD40
Tints of Sushi #7BAD40
RGB
CMYK
RGB Variations
Color information
#7BAD40 (or 0x7BAD40) is known color: Sushi. HEX triplet: 7B, AD and 40. RGB value is (123,173,64). Sum of RGB (Red+Green+Blue) = 123+173+64=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD40 is #8452BF. Grayscale: #929292. Windows color (decimal): -8671936 or 4238715. OLE color: 4238715.
HSL color Cylindrical-coordinate representation of color #7BAD40: hue angle of 87.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BAD40 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 64 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.32 |
| HSL | 87.52º | 0.46% | 0.46% | - |
| HSV(B) | 87.52º | 0.63% | 0.68% | - |
| XYZ | 24.04 | 34.47 | 10.24 | - |
| YUV | 145.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 64 | 0.29 | 0 | 0.63 | 0.32 | 87.52 | 0.46 | 0.46 |
| Hex | 7B | AD | 40 | 1D | 0 | 3F | 20 | 58 | 2E | 2E |
| Octal | 173 | 255 | 100 | 35 | 0 | 77 | 40 | 130 | 56 | 56 |
| Binary | 1111011 | 10101101 | 1000000 | 11101 | 0 | 111111 | 100000 | 1011000 | 101110 | 101110 |
Color Harmonies of #7BAD40
Complementary color
Monochromatic Colors of #7BAD40
Black with #7BAD40
Text Example
Text Example
White with #7BAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD40; }
p { color: rgb(123,173,64); }
H1.HeaderClassName
{
color: #7BAD40;
}
.AnyTagClassName
{
color: #7BAD40;
}
</style>
background-color css
<style>
a { background-color: #7BAD40; }
a { background-color: rgb(123,173,64); }
div.DivClassName
{
background-color: #7BAD40;
}
.BgClassName
{
background-color: #7BAD40;
}
</style>
border-color css
<style>
span { border-color: #7BAD40; }
span { border-color: rgb(123,173,64); }
td.TdClassName
{
border-color: #7BAD40;
}
.TagClassName
{
border-color: #7BAD40;
}
</style>