Shades of Sushi #7A9825
Tints of Sushi #7A9825
RGB
CMYK
RGB Variations
Color information
#7A9825 (or 0x7A9825) is known color: Sushi. HEX triplet: 7A, 98 and 25. RGB value is (122,152,37). Sum of RGB (Red+Green+Blue) = 122+152+37=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9825 is #8567DA. Grayscale: #828282. Windows color (decimal): -8742875 or 2463866. OLE color: 2463866.
HSL color Cylindrical-coordinate representation of color #7A9825: hue angle of 75.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A9825 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 37 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.40 |
| HSL | 75.65º | 0.61% | 0.37% | - |
| HSV(B) | 75.65º | 0.76% | 0.6% | - |
| XYZ | 19.59 | 26.73 | 5.88 | - |
| YUV | 129.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 37 | 0.20 | 0 | 0.76 | 0.40 | 75.65 | 0.61 | 0.37 |
| Hex | 7A | 98 | 25 | 14 | 0 | 4C | 28 | 4C | 3D | 25 |
| Octal | 172 | 230 | 45 | 24 | 0 | 114 | 50 | 114 | 75 | 45 |
| Binary | 1111010 | 10011000 | 100101 | 10100 | 0 | 1001100 | 101000 | 1001100 | 111101 | 100101 |
Color Harmonies of #7A9825
Complementary color
Monochromatic Colors of #7A9825
Black with #7A9825
Text Example
Text Example
White with #7A9825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9825; }
p { color: rgb(122,152,37); }
H1.HeaderClassName
{
color: #7A9825;
}
.AnyTagClassName
{
color: #7A9825;
}
</style>
background-color css
<style>
a { background-color: #7A9825; }
a { background-color: rgb(122,152,37); }
div.DivClassName
{
background-color: #7A9825;
}
.BgClassName
{
background-color: #7A9825;
}
</style>
border-color css
<style>
span { border-color: #7A9825; }
span { border-color: rgb(122,152,37); }
td.TdClassName
{
border-color: #7A9825;
}
.TagClassName
{
border-color: #7A9825;
}
</style>