Shades of Sushi #7B963F
Tints of Sushi #7B963F
RGB
CMYK
RGB Variations
Color information
#7B963F (or 0x7B963F) is known color: Sushi. HEX triplet: 7B, 96 and 3F. RGB value is (123,150,63). Sum of RGB (Red+Green+Blue) = 123+150+63=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #7B963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B963F is #8469C0. Grayscale: #848484. Windows color (decimal): -8677825 or 4167291. OLE color: 4167291.
HSL color Cylindrical-coordinate representation of color #7B963F: hue angle of 78.62º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B963F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 63 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.41 |
| HSL | 78.62º | 0.41% | 0.42% | - |
| HSV(B) | 78.62º | 0.58% | 0.59% | - |
| XYZ | 19.97 | 26.38 | 8.74 | - |
| YUV | 132.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 63 | 0.18 | 0 | 0.58 | 0.41 | 78.62 | 0.41 | 0.42 |
| Hex | 7B | 96 | 3F | 12 | 0 | 3A | 29 | 4F | 29 | 2A |
| Octal | 173 | 226 | 77 | 22 | 0 | 72 | 51 | 117 | 51 | 52 |
| Binary | 1111011 | 10010110 | 111111 | 10010 | 0 | 111010 | 101001 | 1001111 | 101001 | 101010 |
Color Harmonies of #7B963F
Complementary color
Monochromatic Colors of #7B963F
Black with #7B963F
Text Example
Text Example
White with #7B963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B963F; }
p { color: rgb(123,150,63); }
H1.HeaderClassName
{
color: #7B963F;
}
.AnyTagClassName
{
color: #7B963F;
}
</style>
background-color css
<style>
a { background-color: #7B963F; }
a { background-color: rgb(123,150,63); }
div.DivClassName
{
background-color: #7B963F;
}
.BgClassName
{
background-color: #7B963F;
}
</style>
border-color css
<style>
span { border-color: #7B963F; }
span { border-color: rgb(123,150,63); }
td.TdClassName
{
border-color: #7B963F;
}
.TagClassName
{
border-color: #7B963F;
}
</style>