Shades of Sushi #7B962D
Tints of Sushi #7B962D
RGB
CMYK
RGB Variations
Color information
#7B962D (or 0x7B962D) is known color: Sushi. HEX triplet: 7B, 96 and 2D. RGB value is (123,150,45). Sum of RGB (Red+Green+Blue) = 123+150+45=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #7B962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B962D is #8469D2. Grayscale: #828282. Windows color (decimal): -8677843 or 2987643. OLE color: 2987643.
HSL color Cylindrical-coordinate representation of color #7B962D: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B962D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 45 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.41 |
| HSL | 75.43º | 0.54% | 0.38% | - |
| HSV(B) | 75.43º | 0.7% | 0.59% | - |
| XYZ | 19.55 | 26.21 | 6.51 | - |
| YUV | 129.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 45 | 0.18 | 0 | 0.70 | 0.41 | 75.43 | 0.54 | 0.38 |
| Hex | 7B | 96 | 2D | 12 | 0 | 46 | 29 | 4B | 36 | 26 |
| Octal | 173 | 226 | 55 | 22 | 0 | 106 | 51 | 113 | 66 | 46 |
| Binary | 1111011 | 10010110 | 101101 | 10010 | 0 | 1000110 | 101001 | 1001011 | 110110 | 100110 |
Color Harmonies of #7B962D
Complementary color
Monochromatic Colors of #7B962D
Black with #7B962D
Text Example
Text Example
White with #7B962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B962D; }
p { color: rgb(123,150,45); }
H1.HeaderClassName
{
color: #7B962D;
}
.AnyTagClassName
{
color: #7B962D;
}
</style>
background-color css
<style>
a { background-color: #7B962D; }
a { background-color: rgb(123,150,45); }
div.DivClassName
{
background-color: #7B962D;
}
.BgClassName
{
background-color: #7B962D;
}
</style>
border-color css
<style>
span { border-color: #7B962D; }
span { border-color: rgb(123,150,45); }
td.TdClassName
{
border-color: #7B962D;
}
.TagClassName
{
border-color: #7B962D;
}
</style>