Shades of Sushi #7AA33E
Tints of Sushi #7AA33E
RGB
CMYK
RGB Variations
Color information
#7AA33E (or 0x7AA33E) is known color: Sushi. HEX triplet: 7A, A3 and 3E. RGB value is (122,163,62). Sum of RGB (Red+Green+Blue) = 122+163+62=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA33E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA33E is #855CC1. Grayscale: #8B8B8B. Windows color (decimal): -8740034 or 4105082. OLE color: 4105082.
HSL color Cylindrical-coordinate representation of color #7AA33E: hue angle of 84.36º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AA33E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 62 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.36 |
| HSL | 84.36º | 0.45% | 0.44% | - |
| HSV(B) | 84.36º | 0.62% | 0.64% | - |
| XYZ | 21.99 | 30.68 | 9.32 | - |
| YUV | 139.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 62 | 0.25 | 0 | 0.62 | 0.36 | 84.36 | 0.45 | 0.44 |
| Hex | 7A | A3 | 3E | 19 | 0 | 3E | 24 | 54 | 2D | 2C |
| Octal | 172 | 243 | 76 | 31 | 0 | 76 | 44 | 124 | 55 | 54 |
| Binary | 1111010 | 10100011 | 111110 | 11001 | 0 | 111110 | 100100 | 1010100 | 101101 | 101100 |
Color Harmonies of #7AA33E
Complementary color
Monochromatic Colors of #7AA33E
Black with #7AA33E
Text Example
Text Example
White with #7AA33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA33E; }
p { color: rgb(122,163,62); }
H1.HeaderClassName
{
color: #7AA33E;
}
.AnyTagClassName
{
color: #7AA33E;
}
</style>
background-color css
<style>
a { background-color: #7AA33E; }
a { background-color: rgb(122,163,62); }
div.DivClassName
{
background-color: #7AA33E;
}
.BgClassName
{
background-color: #7AA33E;
}
</style>
border-color css
<style>
span { border-color: #7AA33E; }
span { border-color: rgb(122,163,62); }
td.TdClassName
{
border-color: #7AA33E;
}
.TagClassName
{
border-color: #7AA33E;
}
</style>