Shades of Sushi #7AAD33
Tints of Sushi #7AAD33
RGB
CMYK
RGB Variations
Color information
#7AAD33 (or 0x7AAD33) is known color: Sushi. HEX triplet: 7A, AD and 33. RGB value is (122,173,51). Sum of RGB (Red+Green+Blue) = 122+173+51=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD33 is #8552CC. Grayscale: #909090. Windows color (decimal): -8737485 or 3386746. OLE color: 3386746.
HSL color Cylindrical-coordinate representation of color #7AAD33: hue angle of 85.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AAD33 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 51 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.32 |
| HSL | 85.08º | 0.54% | 0.44% | - |
| HSV(B) | 85.08º | 0.71% | 0.68% | - |
| XYZ | 23.57 | 34.26 | 8.5 | - |
| YUV | 143.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 51 | 0.29 | 0 | 0.71 | 0.32 | 85.08 | 0.54 | 0.44 |
| Hex | 7A | AD | 33 | 1D | 0 | 47 | 20 | 55 | 36 | 2C |
| Octal | 172 | 255 | 63 | 35 | 0 | 107 | 40 | 125 | 66 | 54 |
| Binary | 1111010 | 10101101 | 110011 | 11101 | 0 | 1000111 | 100000 | 1010101 | 110110 | 101100 |
Color Harmonies of #7AAD33
Complementary color
Monochromatic Colors of #7AAD33
Black with #7AAD33
Text Example
Text Example
White with #7AAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD33; }
p { color: rgb(122,173,51); }
H1.HeaderClassName
{
color: #7AAD33;
}
.AnyTagClassName
{
color: #7AAD33;
}
</style>
background-color css
<style>
a { background-color: #7AAD33; }
a { background-color: rgb(122,173,51); }
div.DivClassName
{
background-color: #7AAD33;
}
.BgClassName
{
background-color: #7AAD33;
}
</style>
border-color css
<style>
span { border-color: #7AAD33; }
span { border-color: rgb(122,173,51); }
td.TdClassName
{
border-color: #7AAD33;
}
.TagClassName
{
border-color: #7AAD33;
}
</style>