Shades of Sushi #7BA935
Tints of Sushi #7BA935
RGB
CMYK
RGB Variations
Color information
#7BA935 (or 0x7BA935) is known color: Sushi. HEX triplet: 7B, A9 and 35. RGB value is (123,169,53). Sum of RGB (Red+Green+Blue) = 123+169+53=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA935 is #8456CA. Grayscale: #8E8E8E. Windows color (decimal): -8672971 or 3516795. OLE color: 3516795.
HSL color Cylindrical-coordinate representation of color #7BA935: hue angle of 83.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BA935 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 53 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.34 |
| HSL | 83.79º | 0.52% | 0.44% | - |
| HSV(B) | 83.79º | 0.69% | 0.66% | - |
| XYZ | 23 | 32.84 | 8.5 | - |
| YUV | 142.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 53 | 0.27 | 0 | 0.69 | 0.34 | 83.79 | 0.52 | 0.44 |
| Hex | 7B | A9 | 35 | 1B | 0 | 45 | 22 | 54 | 34 | 2C |
| Octal | 173 | 251 | 65 | 33 | 0 | 105 | 42 | 124 | 64 | 54 |
| Binary | 1111011 | 10101001 | 110101 | 11011 | 0 | 1000101 | 100010 | 1010100 | 110100 | 101100 |
Color Harmonies of #7BA935
Complementary color
Monochromatic Colors of #7BA935
Black with #7BA935
Text Example
Text Example
White with #7BA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA935; }
p { color: rgb(123,169,53); }
H1.HeaderClassName
{
color: #7BA935;
}
.AnyTagClassName
{
color: #7BA935;
}
</style>
background-color css
<style>
a { background-color: #7BA935; }
a { background-color: rgb(123,169,53); }
div.DivClassName
{
background-color: #7BA935;
}
.BgClassName
{
background-color: #7BA935;
}
</style>
border-color css
<style>
span { border-color: #7BA935; }
span { border-color: rgb(123,169,53); }
td.TdClassName
{
border-color: #7BA935;
}
.TagClassName
{
border-color: #7BA935;
}
</style>