Shades of Sushi #7B963D
Tints of Sushi #7B963D
RGB
CMYK
RGB Variations
Color information
#7B963D (or 0x7B963D) is known color: Sushi. HEX triplet: 7B, 96 and 3D. RGB value is (123,150,61). Sum of RGB (Red+Green+Blue) = 123+150+61=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #7B963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B963D is #8469C2. Grayscale: #848484. Windows color (decimal): -8677827 or 4036219. OLE color: 4036219.
HSL color Cylindrical-coordinate representation of color #7B963D: hue angle of 78.2º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B963D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 61 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.41 |
| HSL | 78.2º | 0.42% | 0.41% | - |
| HSV(B) | 78.2º | 0.59% | 0.59% | - |
| XYZ | 19.92 | 26.36 | 8.45 | - |
| YUV | 131.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 61 | 0.18 | 0 | 0.59 | 0.41 | 78.2 | 0.42 | 0.41 |
| Hex | 7B | 96 | 3D | 12 | 0 | 3B | 29 | 4E | 2A | 29 |
| Octal | 173 | 226 | 75 | 22 | 0 | 73 | 51 | 116 | 52 | 51 |
| Binary | 1111011 | 10010110 | 111101 | 10010 | 0 | 111011 | 101001 | 1001110 | 101010 | 101001 |
Color Harmonies of #7B963D
Complementary color
Monochromatic Colors of #7B963D
Black with #7B963D
Text Example
Text Example
White with #7B963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B963D; }
p { color: rgb(123,150,61); }
H1.HeaderClassName
{
color: #7B963D;
}
.AnyTagClassName
{
color: #7B963D;
}
</style>
background-color css
<style>
a { background-color: #7B963D; }
a { background-color: rgb(123,150,61); }
div.DivClassName
{
background-color: #7B963D;
}
.BgClassName
{
background-color: #7B963D;
}
</style>
border-color css
<style>
span { border-color: #7B963D; }
span { border-color: rgb(123,150,61); }
td.TdClassName
{
border-color: #7B963D;
}
.TagClassName
{
border-color: #7B963D;
}
</style>