Shades of Sushi #7BAB34
Tints of Sushi #7BAB34
RGB
CMYK
RGB Variations
Color information
#7BAB34 (or 0x7BAB34) is known color: Sushi. HEX triplet: 7B, AB and 34. RGB value is (123,171,52). Sum of RGB (Red+Green+Blue) = 123+171+52=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB34 is #8454CB. Grayscale: #8F8F8F. Windows color (decimal): -8672460 or 3451771. OLE color: 3451771.
HSL color Cylindrical-coordinate representation of color #7BAB34: hue angle of 84.2º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BAB34 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 52 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.33 |
| HSL | 84.2º | 0.53% | 0.44% | - |
| HSV(B) | 84.2º | 0.7% | 0.67% | - |
| XYZ | 23.35 | 33.58 | 8.5 | - |
| YUV | 143.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 52 | 0.28 | 0 | 0.70 | 0.33 | 84.2 | 0.53 | 0.44 |
| Hex | 7B | AB | 34 | 1C | 0 | 46 | 21 | 54 | 35 | 2C |
| Octal | 173 | 253 | 64 | 34 | 0 | 106 | 41 | 124 | 65 | 54 |
| Binary | 1111011 | 10101011 | 110100 | 11100 | 0 | 1000110 | 100001 | 1010100 | 110101 | 101100 |
Color Harmonies of #7BAB34
Complementary color
Monochromatic Colors of #7BAB34
Black with #7BAB34
Text Example
Text Example
White with #7BAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB34; }
p { color: rgb(123,171,52); }
H1.HeaderClassName
{
color: #7BAB34;
}
.AnyTagClassName
{
color: #7BAB34;
}
</style>
background-color css
<style>
a { background-color: #7BAB34; }
a { background-color: rgb(123,171,52); }
div.DivClassName
{
background-color: #7BAB34;
}
.BgClassName
{
background-color: #7BAB34;
}
</style>
border-color css
<style>
span { border-color: #7BAB34; }
span { border-color: rgb(123,171,52); }
td.TdClassName
{
border-color: #7BAB34;
}
.TagClassName
{
border-color: #7BAB34;
}
</style>