Shades of Sushi #7BAA36
Tints of Sushi #7BAA36
RGB
CMYK
RGB Variations
Color information
#7BAA36 (or 0x7BAA36) is known color: Sushi. HEX triplet: 7B, AA and 36. RGB value is (123,170,54). Sum of RGB (Red+Green+Blue) = 123+170+54=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA36 is #8455C9. Grayscale: #8F8F8F. Windows color (decimal): -8672714 or 3582587. OLE color: 3582587.
HSL color Cylindrical-coordinate representation of color #7BAA36: hue angle of 84.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BAA36 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 54 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.33 |
| HSL | 84.31º | 0.52% | 0.44% | - |
| HSV(B) | 84.31º | 0.68% | 0.67% | - |
| XYZ | 23.21 | 33.23 | 8.68 | - |
| YUV | 142.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 54 | 0.28 | 0 | 0.68 | 0.33 | 84.31 | 0.52 | 0.44 |
| Hex | 7B | AA | 36 | 1C | 0 | 44 | 21 | 54 | 34 | 2C |
| Octal | 173 | 252 | 66 | 34 | 0 | 104 | 41 | 124 | 64 | 54 |
| Binary | 1111011 | 10101010 | 110110 | 11100 | 0 | 1000100 | 100001 | 1010100 | 110100 | 101100 |
Color Harmonies of #7BAA36
Complementary color
Monochromatic Colors of #7BAA36
Black with #7BAA36
Text Example
Text Example
White with #7BAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA36; }
p { color: rgb(123,170,54); }
H1.HeaderClassName
{
color: #7BAA36;
}
.AnyTagClassName
{
color: #7BAA36;
}
</style>
background-color css
<style>
a { background-color: #7BAA36; }
a { background-color: rgb(123,170,54); }
div.DivClassName
{
background-color: #7BAA36;
}
.BgClassName
{
background-color: #7BAA36;
}
</style>
border-color css
<style>
span { border-color: #7BAA36; }
span { border-color: rgb(123,170,54); }
td.TdClassName
{
border-color: #7BAA36;
}
.TagClassName
{
border-color: #7BAA36;
}
</style>