Shades of Sushi #7DA22A
Tints of Sushi #7DA22A
RGB
CMYK
RGB Variations
Color information
#7DA22A (or 0x7DA22A) is known color: Sushi. HEX triplet: 7D, A2 and 2A. RGB value is (125,162,42). Sum of RGB (Red+Green+Blue) = 125+162+42=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA22A is #825DD5. Grayscale: #898989. Windows color (decimal): -8543702 or 2794109. OLE color: 2794109.
HSL color Cylindrical-coordinate representation of color #7DA22A: hue angle of 78.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DA22A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 42 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.36 |
| HSL | 78.5º | 0.59% | 0.4% | - |
| HSV(B) | 78.5º | 0.74% | 0.64% | - |
| XYZ | 21.8 | 30.37 | 6.9 | - |
| YUV | 137.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 42 | 0.23 | 0 | 0.74 | 0.36 | 78.5 | 0.59 | 0.4 |
| Hex | 7D | A2 | 2A | 17 | 0 | 4A | 24 | 4E | 3B | 28 |
| Octal | 175 | 242 | 52 | 27 | 0 | 112 | 44 | 116 | 73 | 50 |
| Binary | 1111101 | 10100010 | 101010 | 10111 | 0 | 1001010 | 100100 | 1001110 | 111011 | 101000 |
Color Harmonies of #7DA22A
Complementary color
Monochromatic Colors of #7DA22A
Black with #7DA22A
Text Example
Text Example
White with #7DA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA22A; }
p { color: rgb(125,162,42); }
H1.HeaderClassName
{
color: #7DA22A;
}
.AnyTagClassName
{
color: #7DA22A;
}
</style>
background-color css
<style>
a { background-color: #7DA22A; }
a { background-color: rgb(125,162,42); }
div.DivClassName
{
background-color: #7DA22A;
}
.BgClassName
{
background-color: #7DA22A;
}
</style>
border-color css
<style>
span { border-color: #7DA22A; }
span { border-color: rgb(125,162,42); }
td.TdClassName
{
border-color: #7DA22A;
}
.TagClassName
{
border-color: #7DA22A;
}
</style>