Shades of Sushi #7B9D2B
Tints of Sushi #7B9D2B
RGB
CMYK
RGB Variations
Color information
#7B9D2B (or 0x7B9D2B) is known color: Sushi. HEX triplet: 7B, 9D and 2B. RGB value is (123,157,43). Sum of RGB (Red+Green+Blue) = 123+157+43=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D2B is #8462D4. Grayscale: #868686. Windows color (decimal): -8676053 or 2858363. OLE color: 2858363.
HSL color Cylindrical-coordinate representation of color #7B9D2B: hue angle of 77.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B9D2B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 43 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.38 |
| HSL | 77.89º | 0.57% | 0.39% | - |
| HSV(B) | 77.89º | 0.73% | 0.62% | - |
| XYZ | 20.66 | 28.5 | 6.7 | - |
| YUV | 133.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 43 | 0.22 | 0 | 0.73 | 0.38 | 77.89 | 0.57 | 0.39 |
| Hex | 7B | 9D | 2B | 16 | 0 | 49 | 26 | 4E | 39 | 27 |
| Octal | 173 | 235 | 53 | 26 | 0 | 111 | 46 | 116 | 71 | 47 |
| Binary | 1111011 | 10011101 | 101011 | 10110 | 0 | 1001001 | 100110 | 1001110 | 111001 | 100111 |
Color Harmonies of #7B9D2B
Complementary color
Monochromatic Colors of #7B9D2B
Black with #7B9D2B
Text Example
Text Example
White with #7B9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D2B; }
p { color: rgb(123,157,43); }
H1.HeaderClassName
{
color: #7B9D2B;
}
.AnyTagClassName
{
color: #7B9D2B;
}
</style>
background-color css
<style>
a { background-color: #7B9D2B; }
a { background-color: rgb(123,157,43); }
div.DivClassName
{
background-color: #7B9D2B;
}
.BgClassName
{
background-color: #7B9D2B;
}
</style>
border-color css
<style>
span { border-color: #7B9D2B; }
span { border-color: rgb(123,157,43); }
td.TdClassName
{
border-color: #7B9D2B;
}
.TagClassName
{
border-color: #7B9D2B;
}
</style>