Shades of Sushi #7BA936
Tints of Sushi #7BA936
RGB
CMYK
RGB Variations
Color information
#7BA936 (or 0x7BA936) is known color: Sushi. HEX triplet: 7B, A9 and 36. RGB value is (123,169,54). Sum of RGB (Red+Green+Blue) = 123+169+54=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA936 is #8456C9. Grayscale: #8E8E8E. Windows color (decimal): -8672970 or 3582331. OLE color: 3582331.
HSL color Cylindrical-coordinate representation of color #7BA936: hue angle of 84º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BA936 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 54 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.34 |
| HSL | 84º | 0.52% | 0.44% | - |
| HSV(B) | 84º | 0.68% | 0.66% | - |
| XYZ | 23.02 | 32.85 | 8.62 | - |
| YUV | 142.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 54 | 0.27 | 0 | 0.68 | 0.34 | 84 | 0.52 | 0.44 |
| Hex | 7B | A9 | 36 | 1B | 0 | 44 | 22 | 54 | 34 | 2C |
| Octal | 173 | 251 | 66 | 33 | 0 | 104 | 42 | 124 | 64 | 54 |
| Binary | 1111011 | 10101001 | 110110 | 11011 | 0 | 1000100 | 100010 | 1010100 | 110100 | 101100 |
Color Harmonies of #7BA936
Complementary color
Monochromatic Colors of #7BA936
Black with #7BA936
Text Example
Text Example
White with #7BA936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA936; }
p { color: rgb(123,169,54); }
H1.HeaderClassName
{
color: #7BA936;
}
.AnyTagClassName
{
color: #7BA936;
}
</style>
background-color css
<style>
a { background-color: #7BA936; }
a { background-color: rgb(123,169,54); }
div.DivClassName
{
background-color: #7BA936;
}
.BgClassName
{
background-color: #7BA936;
}
</style>
border-color css
<style>
span { border-color: #7BA936; }
span { border-color: rgb(123,169,54); }
td.TdClassName
{
border-color: #7BA936;
}
.TagClassName
{
border-color: #7BA936;
}
</style>