Shades of Sushi #7BA93C
Tints of Sushi #7BA93C
RGB
CMYK
RGB Variations
Color information
#7BA93C (or 0x7BA93C) is known color: Sushi. HEX triplet: 7B, A9 and 3C. RGB value is (123,169,60). Sum of RGB (Red+Green+Blue) = 123+169+60=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA93C is #8456C3. Grayscale: #8F8F8F. Windows color (decimal): -8672964 or 3975547. OLE color: 3975547.
HSL color Cylindrical-coordinate representation of color #7BA93C: hue angle of 85.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BA93C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 60 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.34 |
| HSL | 85.32º | 0.48% | 0.45% | - |
| HSV(B) | 85.32º | 0.64% | 0.66% | - |
| XYZ | 23.17 | 32.91 | 9.41 | - |
| YUV | 142.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 60 | 0.27 | 0 | 0.64 | 0.34 | 85.32 | 0.48 | 0.45 |
| Hex | 7B | A9 | 3C | 1B | 0 | 40 | 22 | 55 | 30 | 2D |
| Octal | 173 | 251 | 74 | 33 | 0 | 100 | 42 | 125 | 60 | 55 |
| Binary | 1111011 | 10101001 | 111100 | 11011 | 0 | 1000000 | 100010 | 1010101 | 110000 | 101101 |
Color Harmonies of #7BA93C
Complementary color
Monochromatic Colors of #7BA93C
Black with #7BA93C
Text Example
Text Example
White with #7BA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA93C; }
p { color: rgb(123,169,60); }
H1.HeaderClassName
{
color: #7BA93C;
}
.AnyTagClassName
{
color: #7BA93C;
}
</style>
background-color css
<style>
a { background-color: #7BA93C; }
a { background-color: rgb(123,169,60); }
div.DivClassName
{
background-color: #7BA93C;
}
.BgClassName
{
background-color: #7BA93C;
}
</style>
border-color css
<style>
span { border-color: #7BA93C; }
span { border-color: rgb(123,169,60); }
td.TdClassName
{
border-color: #7BA93C;
}
.TagClassName
{
border-color: #7BA93C;
}
</style>