Shades of Sushi #7BAC3C
Tints of Sushi #7BAC3C
RGB
CMYK
RGB Variations
Color information
#7BAC3C (or 0x7BAC3C) is known color: Sushi. HEX triplet: 7B, AC and 3C. RGB value is (123,172,60). Sum of RGB (Red+Green+Blue) = 123+172+60=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAC3C is #8453C3. Grayscale: #909090. Windows color (decimal): -8672196 or 3976315. OLE color: 3976315.
HSL color Cylindrical-coordinate representation of color #7BAC3C: hue angle of 86.25º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BAC3C is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 60 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.33 |
| HSL | 86.25º | 0.48% | 0.45% | - |
| HSV(B) | 86.25º | 0.65% | 0.67% | - |
| XYZ | 23.74 | 34.04 | 9.59 | - |
| YUV | 144.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 60 | 0.28 | 0 | 0.65 | 0.33 | 86.25 | 0.48 | 0.45 |
| Hex | 7B | AC | 3C | 1C | 0 | 41 | 21 | 56 | 30 | 2D |
| Octal | 173 | 254 | 74 | 34 | 0 | 101 | 41 | 126 | 60 | 55 |
| Binary | 1111011 | 10101100 | 111100 | 11100 | 0 | 1000001 | 100001 | 1010110 | 110000 | 101101 |
Color Harmonies of #7BAC3C
Complementary color
Monochromatic Colors of #7BAC3C
Black with #7BAC3C
Text Example
Text Example
White with #7BAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC3C; }
p { color: rgb(123,172,60); }
H1.HeaderClassName
{
color: #7BAC3C;
}
.AnyTagClassName
{
color: #7BAC3C;
}
</style>
background-color css
<style>
a { background-color: #7BAC3C; }
a { background-color: rgb(123,172,60); }
div.DivClassName
{
background-color: #7BAC3C;
}
.BgClassName
{
background-color: #7BAC3C;
}
</style>
border-color css
<style>
span { border-color: #7BAC3C; }
span { border-color: rgb(123,172,60); }
td.TdClassName
{
border-color: #7BAC3C;
}
.TagClassName
{
border-color: #7BAC3C;
}
</style>