Shades of Sushi #7AAD3B
Tints of Sushi #7AAD3B
RGB
CMYK
RGB Variations
Color information
#7AAD3B (or 0x7AAD3B) is known color: Sushi. HEX triplet: 7A, AD and 3B. RGB value is (122,173,59). Sum of RGB (Red+Green+Blue) = 122+173+59=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD3B is #8552C4. Grayscale: #919191. Windows color (decimal): -8737477 or 3911034. OLE color: 3911034.
HSL color Cylindrical-coordinate representation of color #7AAD3B: hue angle of 86.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AAD3B is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 59 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.32 |
| HSL | 86.84º | 0.49% | 0.45% | - |
| HSV(B) | 86.84º | 0.66% | 0.68% | - |
| XYZ | 23.76 | 34.34 | 9.51 | - |
| YUV | 144.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 59 | 0.29 | 0 | 0.66 | 0.32 | 86.84 | 0.49 | 0.45 |
| Hex | 7A | AD | 3B | 1D | 0 | 42 | 20 | 57 | 31 | 2D |
| Octal | 172 | 255 | 73 | 35 | 0 | 102 | 40 | 127 | 61 | 55 |
| Binary | 1111010 | 10101101 | 111011 | 11101 | 0 | 1000010 | 100000 | 1010111 | 110001 | 101101 |
Color Harmonies of #7AAD3B
Complementary color
Monochromatic Colors of #7AAD3B
Black with #7AAD3B
Text Example
Text Example
White with #7AAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD3B; }
p { color: rgb(122,173,59); }
H1.HeaderClassName
{
color: #7AAD3B;
}
.AnyTagClassName
{
color: #7AAD3B;
}
</style>
background-color css
<style>
a { background-color: #7AAD3B; }
a { background-color: rgb(122,173,59); }
div.DivClassName
{
background-color: #7AAD3B;
}
.BgClassName
{
background-color: #7AAD3B;
}
</style>
border-color css
<style>
span { border-color: #7AAD3B; }
span { border-color: rgb(122,173,59); }
td.TdClassName
{
border-color: #7AAD3B;
}
.TagClassName
{
border-color: #7AAD3B;
}
</style>