Shades of Sushi #7B9F38
Tints of Sushi #7B9F38
RGB
CMYK
RGB Variations
Color information
#7B9F38 (or 0x7B9F38) is known color: Sushi. HEX triplet: 7B, 9F and 38. RGB value is (123,159,56). Sum of RGB (Red+Green+Blue) = 123+159+56=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9F38 is #8460C7. Grayscale: #888888. Windows color (decimal): -8675528 or 3710843. OLE color: 3710843.
HSL color Cylindrical-coordinate representation of color #7B9F38: hue angle of 80.97º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B9F38 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 56 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.38 |
| HSL | 80.97º | 0.48% | 0.42% | - |
| HSV(B) | 80.97º | 0.65% | 0.62% | - |
| XYZ | 21.28 | 29.29 | 8.27 | - |
| YUV | 136.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 56 | 0.23 | 0 | 0.65 | 0.38 | 80.97 | 0.48 | 0.42 |
| Hex | 7B | 9F | 38 | 17 | 0 | 41 | 26 | 51 | 30 | 2A |
| Octal | 173 | 237 | 70 | 27 | 0 | 101 | 46 | 121 | 60 | 52 |
| Binary | 1111011 | 10011111 | 111000 | 10111 | 0 | 1000001 | 100110 | 1010001 | 110000 | 101010 |
Color Harmonies of #7B9F38
Complementary color
Monochromatic Colors of #7B9F38
Black with #7B9F38
Text Example
Text Example
White with #7B9F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F38; }
p { color: rgb(123,159,56); }
H1.HeaderClassName
{
color: #7B9F38;
}
.AnyTagClassName
{
color: #7B9F38;
}
</style>
background-color css
<style>
a { background-color: #7B9F38; }
a { background-color: rgb(123,159,56); }
div.DivClassName
{
background-color: #7B9F38;
}
.BgClassName
{
background-color: #7B9F38;
}
</style>
border-color css
<style>
span { border-color: #7B9F38; }
span { border-color: rgb(123,159,56); }
td.TdClassName
{
border-color: #7B9F38;
}
.TagClassName
{
border-color: #7B9F38;
}
</style>