Shades of Sushi #7BA934
Tints of Sushi #7BA934
RGB
CMYK
RGB Variations
Color information
#7BA934 (or 0x7BA934) is known color: Sushi. HEX triplet: 7B, A9 and 34. RGB value is (123,169,52). Sum of RGB (Red+Green+Blue) = 123+169+52=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA934 is #8456CB. Grayscale: #8E8E8E. Windows color (decimal): -8672972 or 3451259. OLE color: 3451259.
HSL color Cylindrical-coordinate representation of color #7BA934: hue angle of 83.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BA934 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 52 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.34 |
| HSL | 83.59º | 0.53% | 0.43% | - |
| HSV(B) | 83.59º | 0.69% | 0.66% | - |
| XYZ | 22.98 | 32.83 | 8.38 | - |
| YUV | 141.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 52 | 0.27 | 0 | 0.69 | 0.34 | 83.59 | 0.53 | 0.43 |
| Hex | 7B | A9 | 34 | 1B | 0 | 45 | 22 | 54 | 35 | 2B |
| Octal | 173 | 251 | 64 | 33 | 0 | 105 | 42 | 124 | 65 | 53 |
| Binary | 1111011 | 10101001 | 110100 | 11011 | 0 | 1000101 | 100010 | 1010100 | 110101 | 101011 |
Color Harmonies of #7BA934
Complementary color
Monochromatic Colors of #7BA934
Black with #7BA934
Text Example
Text Example
White with #7BA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA934; }
p { color: rgb(123,169,52); }
H1.HeaderClassName
{
color: #7BA934;
}
.AnyTagClassName
{
color: #7BA934;
}
</style>
background-color css
<style>
a { background-color: #7BA934; }
a { background-color: rgb(123,169,52); }
div.DivClassName
{
background-color: #7BA934;
}
.BgClassName
{
background-color: #7BA934;
}
</style>
border-color css
<style>
span { border-color: #7BA934; }
span { border-color: rgb(123,169,52); }
td.TdClassName
{
border-color: #7BA934;
}
.TagClassName
{
border-color: #7BA934;
}
</style>