Shades of Sushi #7BA433
Tints of Sushi #7BA433
RGB
CMYK
RGB Variations
Color information
#7BA433 (or 0x7BA433) is known color: Sushi. HEX triplet: 7B, A4 and 33. RGB value is (123,164,51). Sum of RGB (Red+Green+Blue) = 123+164+51=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA433 is #845BCC. Grayscale: #8B8B8B. Windows color (decimal): -8674253 or 3384443. OLE color: 3384443.
HSL color Cylindrical-coordinate representation of color #7BA433: hue angle of 81.77º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BA433 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 51 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.36 |
| HSL | 81.77º | 0.53% | 0.42% | - |
| HSV(B) | 81.77º | 0.69% | 0.64% | - |
| XYZ | 22.04 | 31 | 7.95 | - |
| YUV | 138.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 51 | 0.25 | 0 | 0.69 | 0.36 | 81.77 | 0.53 | 0.42 |
| Hex | 7B | A4 | 33 | 19 | 0 | 45 | 24 | 52 | 35 | 2A |
| Octal | 173 | 244 | 63 | 31 | 0 | 105 | 44 | 122 | 65 | 52 |
| Binary | 1111011 | 10100100 | 110011 | 11001 | 0 | 1000101 | 100100 | 1010010 | 110101 | 101010 |
Color Harmonies of #7BA433
Complementary color
Monochromatic Colors of #7BA433
Black with #7BA433
Text Example
Text Example
White with #7BA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA433; }
p { color: rgb(123,164,51); }
H1.HeaderClassName
{
color: #7BA433;
}
.AnyTagClassName
{
color: #7BA433;
}
</style>
background-color css
<style>
a { background-color: #7BA433; }
a { background-color: rgb(123,164,51); }
div.DivClassName
{
background-color: #7BA433;
}
.BgClassName
{
background-color: #7BA433;
}
</style>
border-color css
<style>
span { border-color: #7BA433; }
span { border-color: rgb(123,164,51); }
td.TdClassName
{
border-color: #7BA433;
}
.TagClassName
{
border-color: #7BA433;
}
</style>