Shades of Sushi #7AAC33
Tints of Sushi #7AAC33
RGB
CMYK
RGB Variations
Color information
#7AAC33 (or 0x7AAC33) is known color: Sushi. HEX triplet: 7A, AC and 33. RGB value is (122,172,51). Sum of RGB (Red+Green+Blue) = 122+172+51=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC33 is #8553CC. Grayscale: #8F8F8F. Windows color (decimal): -8737741 or 3386490. OLE color: 3386490.
HSL color Cylindrical-coordinate representation of color #7AAC33: hue angle of 84.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AAC33 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 51 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.33 |
| HSL | 84.79º | 0.54% | 0.44% | - |
| HSV(B) | 84.79º | 0.7% | 0.67% | - |
| XYZ | 23.38 | 33.88 | 8.44 | - |
| YUV | 143.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 51 | 0.29 | 0 | 0.70 | 0.33 | 84.79 | 0.54 | 0.44 |
| Hex | 7A | AC | 33 | 1D | 0 | 46 | 21 | 55 | 36 | 2C |
| Octal | 172 | 254 | 63 | 35 | 0 | 106 | 41 | 125 | 66 | 54 |
| Binary | 1111010 | 10101100 | 110011 | 11101 | 0 | 1000110 | 100001 | 1010101 | 110110 | 101100 |
Color Harmonies of #7AAC33
Complementary color
Monochromatic Colors of #7AAC33
Black with #7AAC33
Text Example
Text Example
White with #7AAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC33; }
p { color: rgb(122,172,51); }
H1.HeaderClassName
{
color: #7AAC33;
}
.AnyTagClassName
{
color: #7AAC33;
}
</style>
background-color css
<style>
a { background-color: #7AAC33; }
a { background-color: rgb(122,172,51); }
div.DivClassName
{
background-color: #7AAC33;
}
.BgClassName
{
background-color: #7AAC33;
}
</style>
border-color css
<style>
span { border-color: #7AAC33; }
span { border-color: rgb(122,172,51); }
td.TdClassName
{
border-color: #7AAC33;
}
.TagClassName
{
border-color: #7AAC33;
}
</style>