Shades of Sushi #7A9231
Tints of Sushi #7A9231
RGB
CMYK
RGB Variations
Color information
#7A9231 (or 0x7A9231) is known color: Sushi. HEX triplet: 7A, 92 and 31. RGB value is (122,146,49). Sum of RGB (Red+Green+Blue) = 122+146+49=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9231 is #856DCE. Grayscale: #808080. Windows color (decimal): -8744399 or 3248762. OLE color: 3248762.
HSL color Cylindrical-coordinate representation of color #7A9231: hue angle of 74.85º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A9231 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 49 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.43 |
| HSL | 74.85º | 0.5% | 0.38% | - |
| HSV(B) | 74.85º | 0.66% | 0.57% | - |
| XYZ | 18.86 | 24.92 | 6.72 | - |
| YUV | 127.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 49 | 0.16 | 0 | 0.66 | 0.43 | 74.85 | 0.5 | 0.38 |
| Hex | 7A | 92 | 31 | 10 | 0 | 42 | 2B | 4B | 32 | 26 |
| Octal | 172 | 222 | 61 | 20 | 0 | 102 | 53 | 113 | 62 | 46 |
| Binary | 1111010 | 10010010 | 110001 | 10000 | 0 | 1000010 | 101011 | 1001011 | 110010 | 100110 |
Color Harmonies of #7A9231
Complementary color
Monochromatic Colors of #7A9231
Black with #7A9231
Text Example
Text Example
White with #7A9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9231; }
p { color: rgb(122,146,49); }
H1.HeaderClassName
{
color: #7A9231;
}
.AnyTagClassName
{
color: #7A9231;
}
</style>
background-color css
<style>
a { background-color: #7A9231; }
a { background-color: rgb(122,146,49); }
div.DivClassName
{
background-color: #7A9231;
}
.BgClassName
{
background-color: #7A9231;
}
</style>
border-color css
<style>
span { border-color: #7A9231; }
span { border-color: rgb(122,146,49); }
td.TdClassName
{
border-color: #7A9231;
}
.TagClassName
{
border-color: #7A9231;
}
</style>