Shades of Sushi #7FA03F
Tints of Sushi #7FA03F
RGB
CMYK
RGB Variations
Color information
#7FA03F (or 0x7FA03F) is known color: Sushi. HEX triplet: 7F, A0 and 3F. RGB value is (127,160,63). Sum of RGB (Red+Green+Blue) = 127+160+63=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA03F is #805FC0. Grayscale: #8B8B8B. Windows color (decimal): -8413121 or 4169855. OLE color: 4169855.
HSL color Cylindrical-coordinate representation of color #7FA03F: hue angle of 80.41º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FA03F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 63 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.37 |
| HSL | 80.41º | 0.43% | 0.44% | - |
| HSV(B) | 80.41º | 0.61% | 0.63% | - |
| XYZ | 22.22 | 30.01 | 9.32 | - |
| YUV | 139.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 63 | 0.21 | 0 | 0.61 | 0.37 | 80.41 | 0.43 | 0.44 |
| Hex | 7F | A0 | 3F | 15 | 0 | 3D | 25 | 50 | 2B | 2C |
| Octal | 177 | 240 | 77 | 25 | 0 | 75 | 45 | 120 | 53 | 54 |
| Binary | 1111111 | 10100000 | 111111 | 10101 | 0 | 111101 | 100101 | 1010000 | 101011 | 101100 |
Color Harmonies of #7FA03F
Complementary color
Monochromatic Colors of #7FA03F
Black with #7FA03F
Text Example
Text Example
White with #7FA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA03F; }
p { color: rgb(127,160,63); }
H1.HeaderClassName
{
color: #7FA03F;
}
.AnyTagClassName
{
color: #7FA03F;
}
</style>
background-color css
<style>
a { background-color: #7FA03F; }
a { background-color: rgb(127,160,63); }
div.DivClassName
{
background-color: #7FA03F;
}
.BgClassName
{
background-color: #7FA03F;
}
</style>
border-color css
<style>
span { border-color: #7FA03F; }
span { border-color: rgb(127,160,63); }
td.TdClassName
{
border-color: #7FA03F;
}
.TagClassName
{
border-color: #7FA03F;
}
</style>