Shades of Sushi #7FAD40
Tints of Sushi #7FAD40
RGB
CMYK
RGB Variations
Color information
#7FAD40 (or 0x7FAD40) is known color: Sushi. HEX triplet: 7F, AD and 40. RGB value is (127,173,64). Sum of RGB (Red+Green+Blue) = 127+173+64=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD40 is #8052BF. Grayscale: #939393. Windows color (decimal): -8409792 or 4238719. OLE color: 4238719.
HSL color Cylindrical-coordinate representation of color #7FAD40: hue angle of 85.32º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FAD40 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 64 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.32 |
| HSL | 85.32º | 0.46% | 0.46% | - |
| HSV(B) | 85.32º | 0.63% | 0.68% | - |
| XYZ | 24.62 | 34.77 | 10.26 | - |
| YUV | 146.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 64 | 0.27 | 0 | 0.63 | 0.32 | 85.32 | 0.46 | 0.46 |
| Hex | 7F | AD | 40 | 1B | 0 | 3F | 20 | 55 | 2E | 2E |
| Octal | 177 | 255 | 100 | 33 | 0 | 77 | 40 | 125 | 56 | 56 |
| Binary | 1111111 | 10101101 | 1000000 | 11011 | 0 | 111111 | 100000 | 1010101 | 101110 | 101110 |
Color Harmonies of #7FAD40
Complementary color
Monochromatic Colors of #7FAD40
Black with #7FAD40
Text Example
Text Example
White with #7FAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD40; }
p { color: rgb(127,173,64); }
H1.HeaderClassName
{
color: #7FAD40;
}
.AnyTagClassName
{
color: #7FAD40;
}
</style>
background-color css
<style>
a { background-color: #7FAD40; }
a { background-color: rgb(127,173,64); }
div.DivClassName
{
background-color: #7FAD40;
}
.BgClassName
{
background-color: #7FAD40;
}
</style>
border-color css
<style>
span { border-color: #7FAD40; }
span { border-color: rgb(127,173,64); }
td.TdClassName
{
border-color: #7FAD40;
}
.TagClassName
{
border-color: #7FAD40;
}
</style>