Shades of Sushi #7A962D
Tints of Sushi #7A962D
RGB
CMYK
RGB Variations
Color information
#7A962D (or 0x7A962D) is known color: Sushi. HEX triplet: 7A, 96 and 2D. RGB value is (122,150,45). Sum of RGB (Red+Green+Blue) = 122+150+45=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #7A962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A962D is #8569D2. Grayscale: #828282. Windows color (decimal): -8743379 or 2987642. OLE color: 2987642.
HSL color Cylindrical-coordinate representation of color #7A962D: hue angle of 76º 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 #7A962D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 45 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.41 |
| HSL | 76º | 0.54% | 0.38% | - |
| HSV(B) | 76º | 0.7% | 0.59% | - |
| XYZ | 19.41 | 26.14 | 6.51 | - |
| YUV | 129.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 45 | 0.19 | 0 | 0.70 | 0.41 | 76 | 0.54 | 0.38 |
| Hex | 7A | 96 | 2D | 13 | 0 | 46 | 29 | 4C | 36 | 26 |
| Octal | 172 | 226 | 55 | 23 | 0 | 106 | 51 | 114 | 66 | 46 |
| Binary | 1111010 | 10010110 | 101101 | 10011 | 0 | 1000110 | 101001 | 1001100 | 110110 | 100110 |
Color Harmonies of #7A962D
Complementary color
Monochromatic Colors of #7A962D
Black with #7A962D
Text Example
Text Example
White with #7A962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A962D; }
p { color: rgb(122,150,45); }
H1.HeaderClassName
{
color: #7A962D;
}
.AnyTagClassName
{
color: #7A962D;
}
</style>
background-color css
<style>
a { background-color: #7A962D; }
a { background-color: rgb(122,150,45); }
div.DivClassName
{
background-color: #7A962D;
}
.BgClassName
{
background-color: #7A962D;
}
</style>
border-color css
<style>
span { border-color: #7A962D; }
span { border-color: rgb(122,150,45); }
td.TdClassName
{
border-color: #7A962D;
}
.TagClassName
{
border-color: #7A962D;
}
</style>