Shades of Sushi #7FA040
Tints of Sushi #7FA040
RGB
CMYK
RGB Variations
Color information
#7FA040 (or 0x7FA040) is known color: Sushi. HEX triplet: 7F, A0 and 40. RGB value is (127,160,64). Sum of RGB (Red+Green+Blue) = 127+160+64=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA040 is #805FBF. Grayscale: #8B8B8B. Windows color (decimal): -8413120 or 4235391. OLE color: 4235391.
HSL color Cylindrical-coordinate representation of color #7FA040: hue angle of 80.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FA040 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 64 | - |
| CMYK | 0.21 | 0 | 0.6 | 0.37 |
| HSL | 80.63º | 0.43% | 0.44% | - |
| HSV(B) | 80.63º | 0.6% | 0.63% | - |
| XYZ | 22.25 | 30.02 | 9.47 | - |
| YUV | 139.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 64 | 0.21 | 0 | 0.6 | 0.37 | 80.63 | 0.43 | 0.44 |
| Hex | 7F | A0 | 40 | 15 | 0 | 3C | 25 | 51 | 2B | 2C |
| Octal | 177 | 240 | 100 | 25 | 0 | 74 | 45 | 121 | 53 | 54 |
| Binary | 1111111 | 10100000 | 1000000 | 10101 | 0 | 111100 | 100101 | 1010001 | 101011 | 101100 |
Color Harmonies of #7FA040
Complementary color
Monochromatic Colors of #7FA040
Black with #7FA040
Text Example
Text Example
White with #7FA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA040; }
p { color: rgb(127,160,64); }
H1.HeaderClassName
{
color: #7FA040;
}
.AnyTagClassName
{
color: #7FA040;
}
</style>
background-color css
<style>
a { background-color: #7FA040; }
a { background-color: rgb(127,160,64); }
div.DivClassName
{
background-color: #7FA040;
}
.BgClassName
{
background-color: #7FA040;
}
</style>
border-color css
<style>
span { border-color: #7FA040; }
span { border-color: rgb(127,160,64); }
td.TdClassName
{
border-color: #7FA040;
}
.TagClassName
{
border-color: #7FA040;
}
</style>