Shades of Sushi #7BA836
Tints of Sushi #7BA836
RGB
CMYK
RGB Variations
Color information
#7BA836 (or 0x7BA836) is known color: Sushi. HEX triplet: 7B, A8 and 36. RGB value is (123,168,54). Sum of RGB (Red+Green+Blue) = 123+168+54=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA836 is #8457C9. Grayscale: #8D8D8D. Windows color (decimal): -8673226 or 3582075. OLE color: 3582075.
HSL color Cylindrical-coordinate representation of color #7BA836: hue angle of 83.68º degrees, saturation: 0.51, 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 #7BA836 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 54 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.34 |
| HSL | 83.68º | 0.51% | 0.44% | - |
| HSV(B) | 83.68º | 0.68% | 0.66% | - |
| XYZ | 22.84 | 32.48 | 8.56 | - |
| YUV | 141.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 54 | 0.27 | 0 | 0.68 | 0.34 | 83.68 | 0.51 | 0.44 |
| Hex | 7B | A8 | 36 | 1B | 0 | 44 | 22 | 54 | 33 | 2C |
| Octal | 173 | 250 | 66 | 33 | 0 | 104 | 42 | 124 | 63 | 54 |
| Binary | 1111011 | 10101000 | 110110 | 11011 | 0 | 1000100 | 100010 | 1010100 | 110011 | 101100 |
Color Harmonies of #7BA836
Complementary color
Monochromatic Colors of #7BA836
Black with #7BA836
Text Example
Text Example
White with #7BA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA836; }
p { color: rgb(123,168,54); }
H1.HeaderClassName
{
color: #7BA836;
}
.AnyTagClassName
{
color: #7BA836;
}
</style>
background-color css
<style>
a { background-color: #7BA836; }
a { background-color: rgb(123,168,54); }
div.DivClassName
{
background-color: #7BA836;
}
.BgClassName
{
background-color: #7BA836;
}
</style>
border-color css
<style>
span { border-color: #7BA836; }
span { border-color: rgb(123,168,54); }
td.TdClassName
{
border-color: #7BA836;
}
.TagClassName
{
border-color: #7BA836;
}
</style>