Shades of Sushi #7B9643
Tints of Sushi #7B9643
RGB
CMYK
RGB Variations
Color information
#7B9643 (or 0x7B9643) is known color: Sushi. HEX triplet: 7B, 96 and 43. RGB value is (123,150,67). Sum of RGB (Red+Green+Blue) = 123+150+67=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9643 is #8469BC. Grayscale: #848484. Windows color (decimal): -8677821 or 4429435. OLE color: 4429435.
HSL color Cylindrical-coordinate representation of color #7B9643: hue angle of 79.52º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B9643 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 67 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.41 |
| HSL | 79.52º | 0.38% | 0.43% | - |
| HSV(B) | 79.52º | 0.55% | 0.59% | - |
| XYZ | 20.09 | 26.43 | 9.35 | - |
| YUV | 132.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 67 | 0.18 | 0 | 0.55 | 0.41 | 79.52 | 0.38 | 0.43 |
| Hex | 7B | 96 | 43 | 12 | 0 | 37 | 29 | 50 | 26 | 2B |
| Octal | 173 | 226 | 103 | 22 | 0 | 67 | 51 | 120 | 46 | 53 |
| Binary | 1111011 | 10010110 | 1000011 | 10010 | 0 | 110111 | 101001 | 1010000 | 100110 | 101011 |
Color Harmonies of #7B9643
Complementary color
Monochromatic Colors of #7B9643
Black with #7B9643
Text Example
Text Example
White with #7B9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9643; }
p { color: rgb(123,150,67); }
H1.HeaderClassName
{
color: #7B9643;
}
.AnyTagClassName
{
color: #7B9643;
}
</style>
background-color css
<style>
a { background-color: #7B9643; }
a { background-color: rgb(123,150,67); }
div.DivClassName
{
background-color: #7B9643;
}
.BgClassName
{
background-color: #7B9643;
}
</style>
border-color css
<style>
span { border-color: #7B9643; }
span { border-color: rgb(123,150,67); }
td.TdClassName
{
border-color: #7B9643;
}
.TagClassName
{
border-color: #7B9643;
}
</style>