Shades of Sushi #7BAD34
Tints of Sushi #7BAD34
RGB
CMYK
RGB Variations
Color information
#7BAD34 (or 0x7BAD34) is known color: Sushi. HEX triplet: 7B, AD and 34. RGB value is (123,173,52). Sum of RGB (Red+Green+Blue) = 123+173+52=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD34 is #8452CB. Grayscale: #909090. Windows color (decimal): -8671948 or 3452283. OLE color: 3452283.
HSL color Cylindrical-coordinate representation of color #7BAD34: hue angle of 84.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BAD34 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 52 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.32 |
| HSL | 84.79º | 0.54% | 0.44% | - |
| HSV(B) | 84.79º | 0.7% | 0.68% | - |
| XYZ | 23.73 | 34.35 | 8.63 | - |
| YUV | 144.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 52 | 0.29 | 0 | 0.70 | 0.32 | 84.79 | 0.54 | 0.44 |
| Hex | 7B | AD | 34 | 1D | 0 | 46 | 20 | 55 | 36 | 2C |
| Octal | 173 | 255 | 64 | 35 | 0 | 106 | 40 | 125 | 66 | 54 |
| Binary | 1111011 | 10101101 | 110100 | 11101 | 0 | 1000110 | 100000 | 1010101 | 110110 | 101100 |
Color Harmonies of #7BAD34
Complementary color
Monochromatic Colors of #7BAD34
Black with #7BAD34
Text Example
Text Example
White with #7BAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD34; }
p { color: rgb(123,173,52); }
H1.HeaderClassName
{
color: #7BAD34;
}
.AnyTagClassName
{
color: #7BAD34;
}
</style>
background-color css
<style>
a { background-color: #7BAD34; }
a { background-color: rgb(123,173,52); }
div.DivClassName
{
background-color: #7BAD34;
}
.BgClassName
{
background-color: #7BAD34;
}
</style>
border-color css
<style>
span { border-color: #7BAD34; }
span { border-color: rgb(123,173,52); }
td.TdClassName
{
border-color: #7BAD34;
}
.TagClassName
{
border-color: #7BAD34;
}
</style>