Shades of Sushi #7A963D
Tints of Sushi #7A963D
RGB
CMYK
RGB Variations
Color information
#7A963D (or 0x7A963D) is known color: Sushi. HEX triplet: 7A, 96 and 3D. RGB value is (122,150,61). Sum of RGB (Red+Green+Blue) = 122+150+61=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963D is #8569C2. Grayscale: #838383. Windows color (decimal): -8743363 or 4036218. OLE color: 4036218.
HSL color Cylindrical-coordinate representation of color #7A963D: hue angle of 78.88º 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 #7A963D is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 61 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.41 |
| HSL | 78.88º | 0.42% | 0.41% | - |
| HSV(B) | 78.88º | 0.59% | 0.59% | - |
| XYZ | 19.77 | 26.29 | 8.45 | - |
| YUV | 131.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 61 | 0.19 | 0 | 0.59 | 0.41 | 78.88 | 0.42 | 0.41 |
| Hex | 7A | 96 | 3D | 13 | 0 | 3B | 29 | 4F | 2A | 29 |
| Octal | 172 | 226 | 75 | 23 | 0 | 73 | 51 | 117 | 52 | 51 |
| Binary | 1111010 | 10010110 | 111101 | 10011 | 0 | 111011 | 101001 | 1001111 | 101010 | 101001 |
Color Harmonies of #7A963D
Complementary color
Monochromatic Colors of #7A963D
Black with #7A963D
Text Example
Text Example
White with #7A963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A963D; }
p { color: rgb(122,150,61); }
H1.HeaderClassName
{
color: #7A963D;
}
.AnyTagClassName
{
color: #7A963D;
}
</style>
background-color css
<style>
a { background-color: #7A963D; }
a { background-color: rgb(122,150,61); }
div.DivClassName
{
background-color: #7A963D;
}
.BgClassName
{
background-color: #7A963D;
}
</style>
border-color css
<style>
span { border-color: #7A963D; }
span { border-color: rgb(122,150,61); }
td.TdClassName
{
border-color: #7A963D;
}
.TagClassName
{
border-color: #7A963D;
}
</style>