Shades of Sushi #7AA63D
Tints of Sushi #7AA63D
RGB
CMYK
RGB Variations
Color information
#7AA63D (or 0x7AA63D) is known color: Sushi. HEX triplet: 7A, A6 and 3D. RGB value is (122,166,61). Sum of RGB (Red+Green+Blue) = 122+166+61=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA63D is #8559C2. Grayscale: #8D8D8D. Windows color (decimal): -8739267 or 4040314. OLE color: 4040314.
HSL color Cylindrical-coordinate representation of color #7AA63D: hue angle of 85.14º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AA63D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 61 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.35 |
| HSL | 85.14º | 0.46% | 0.45% | - |
| HSV(B) | 85.14º | 0.63% | 0.65% | - |
| XYZ | 22.5 | 31.75 | 9.36 | - |
| YUV | 140.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 61 | 0.27 | 0 | 0.63 | 0.35 | 85.14 | 0.46 | 0.45 |
| Hex | 7A | A6 | 3D | 1B | 0 | 3F | 23 | 55 | 2E | 2D |
| Octal | 172 | 246 | 75 | 33 | 0 | 77 | 43 | 125 | 56 | 55 |
| Binary | 1111010 | 10100110 | 111101 | 11011 | 0 | 111111 | 100011 | 1010101 | 101110 | 101101 |
Color Harmonies of #7AA63D
Complementary color
Monochromatic Colors of #7AA63D
Black with #7AA63D
Text Example
Text Example
White with #7AA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA63D; }
p { color: rgb(122,166,61); }
H1.HeaderClassName
{
color: #7AA63D;
}
.AnyTagClassName
{
color: #7AA63D;
}
</style>
background-color css
<style>
a { background-color: #7AA63D; }
a { background-color: rgb(122,166,61); }
div.DivClassName
{
background-color: #7AA63D;
}
.BgClassName
{
background-color: #7AA63D;
}
</style>
border-color css
<style>
span { border-color: #7AA63D; }
span { border-color: rgb(122,166,61); }
td.TdClassName
{
border-color: #7AA63D;
}
.TagClassName
{
border-color: #7AA63D;
}
</style>