Shades of Sushi #7BAA30
Tints of Sushi #7BAA30
RGB
CMYK
RGB Variations
Color information
#7BAA30 (or 0x7BAA30) is known color: Sushi. HEX triplet: 7B, AA and 30. RGB value is (123,170,48). Sum of RGB (Red+Green+Blue) = 123+170+48=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA30 is #8455CF. Grayscale: #8E8E8E. Windows color (decimal): -8672720 or 3189371. OLE color: 3189371.
HSL color Cylindrical-coordinate representation of color #7BAA30: hue angle of 83.11º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BAA30 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 48 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.33 |
| HSL | 83.11º | 0.56% | 0.43% | - |
| HSV(B) | 83.11º | 0.72% | 0.67% | - |
| XYZ | 23.08 | 33.17 | 7.98 | - |
| YUV | 142.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 48 | 0.28 | 0 | 0.72 | 0.33 | 83.11 | 0.56 | 0.43 |
| Hex | 7B | AA | 30 | 1C | 0 | 48 | 21 | 53 | 38 | 2B |
| Octal | 173 | 252 | 60 | 34 | 0 | 110 | 41 | 123 | 70 | 53 |
| Binary | 1111011 | 10101010 | 110000 | 11100 | 0 | 1001000 | 100001 | 1010011 | 111000 | 101011 |
Color Harmonies of #7BAA30
Complementary color
Monochromatic Colors of #7BAA30
Black with #7BAA30
Text Example
Text Example
White with #7BAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA30; }
p { color: rgb(123,170,48); }
H1.HeaderClassName
{
color: #7BAA30;
}
.AnyTagClassName
{
color: #7BAA30;
}
</style>
background-color css
<style>
a { background-color: #7BAA30; }
a { background-color: rgb(123,170,48); }
div.DivClassName
{
background-color: #7BAA30;
}
.BgClassName
{
background-color: #7BAA30;
}
</style>
border-color css
<style>
span { border-color: #7BAA30; }
span { border-color: rgb(123,170,48); }
td.TdClassName
{
border-color: #7BAA30;
}
.TagClassName
{
border-color: #7BAA30;
}
</style>