Shades of Sushi #7BAC3B
Tints of Sushi #7BAC3B
RGB
CMYK
RGB Variations
Color information
#7BAC3B (or 0x7BAC3B) is known color: Sushi. HEX triplet: 7B, AC and 3B. RGB value is (123,172,59). Sum of RGB (Red+Green+Blue) = 123+172+59=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAC3B is #8453C4. Grayscale: #909090. Windows color (decimal): -8672197 or 3910779. OLE color: 3910779.
HSL color Cylindrical-coordinate representation of color #7BAC3B: hue angle of 86.02º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BAC3B is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 59 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.33 |
| HSL | 86.02º | 0.49% | 0.45% | - |
| HSV(B) | 86.02º | 0.66% | 0.67% | - |
| XYZ | 23.71 | 34.03 | 9.46 | - |
| YUV | 144.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 59 | 0.28 | 0 | 0.66 | 0.33 | 86.02 | 0.49 | 0.45 |
| Hex | 7B | AC | 3B | 1C | 0 | 42 | 21 | 56 | 31 | 2D |
| Octal | 173 | 254 | 73 | 34 | 0 | 102 | 41 | 126 | 61 | 55 |
| Binary | 1111011 | 10101100 | 111011 | 11100 | 0 | 1000010 | 100001 | 1010110 | 110001 | 101101 |
Color Harmonies of #7BAC3B
Complementary color
Monochromatic Colors of #7BAC3B
Black with #7BAC3B
Text Example
Text Example
White with #7BAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC3B; }
p { color: rgb(123,172,59); }
H1.HeaderClassName
{
color: #7BAC3B;
}
.AnyTagClassName
{
color: #7BAC3B;
}
</style>
background-color css
<style>
a { background-color: #7BAC3B; }
a { background-color: rgb(123,172,59); }
div.DivClassName
{
background-color: #7BAC3B;
}
.BgClassName
{
background-color: #7BAC3B;
}
</style>
border-color css
<style>
span { border-color: #7BAC3B; }
span { border-color: rgb(123,172,59); }
td.TdClassName
{
border-color: #7BAC3B;
}
.TagClassName
{
border-color: #7BAC3B;
}
</style>