Shades of Sushi #7AAB36
Tints of Sushi #7AAB36
RGB
CMYK
RGB Variations
Color information
#7AAB36 (or 0x7AAB36) is known color: Sushi. HEX triplet: 7A, AB and 36. RGB value is (122,171,54). Sum of RGB (Red+Green+Blue) = 122+171+54=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAB36 is #8554C9. Grayscale: #8F8F8F. Windows color (decimal): -8737994 or 3582842. OLE color: 3582842.
HSL color Cylindrical-coordinate representation of color #7AAB36: hue angle of 85.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AAB36 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 54 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.33 |
| HSL | 85.13º | 0.52% | 0.44% | - |
| HSV(B) | 85.13º | 0.68% | 0.67% | - |
| XYZ | 23.25 | 33.53 | 8.74 | - |
| YUV | 143.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 54 | 0.29 | 0 | 0.68 | 0.33 | 85.13 | 0.52 | 0.44 |
| Hex | 7A | AB | 36 | 1D | 0 | 44 | 21 | 55 | 34 | 2C |
| Octal | 172 | 253 | 66 | 35 | 0 | 104 | 41 | 125 | 64 | 54 |
| Binary | 1111010 | 10101011 | 110110 | 11101 | 0 | 1000100 | 100001 | 1010101 | 110100 | 101100 |
Color Harmonies of #7AAB36
Complementary color
Monochromatic Colors of #7AAB36
Black with #7AAB36
Text Example
Text Example
White with #7AAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB36; }
p { color: rgb(122,171,54); }
H1.HeaderClassName
{
color: #7AAB36;
}
.AnyTagClassName
{
color: #7AAB36;
}
</style>
background-color css
<style>
a { background-color: #7AAB36; }
a { background-color: rgb(122,171,54); }
div.DivClassName
{
background-color: #7AAB36;
}
.BgClassName
{
background-color: #7AAB36;
}
</style>
border-color css
<style>
span { border-color: #7AAB36; }
span { border-color: rgb(122,171,54); }
td.TdClassName
{
border-color: #7AAB36;
}
.TagClassName
{
border-color: #7AAB36;
}
</style>