Shades of Sushi #7FA13F
Tints of Sushi #7FA13F
RGB
CMYK
RGB Variations
Color information
#7FA13F (or 0x7FA13F) is known color: Sushi. HEX triplet: 7F, A1 and 3F. RGB value is (127,161,63). Sum of RGB (Red+Green+Blue) = 127+161+63=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA13F is #805EC0. Grayscale: #8C8C8C. Windows color (decimal): -8412865 or 4170111. OLE color: 4170111.
HSL color Cylindrical-coordinate representation of color #7FA13F: hue angle of 80.82º degrees, saturation: 0.44, 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 #7FA13F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 63 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.37 |
| HSL | 80.82º | 0.44% | 0.44% | - |
| HSV(B) | 80.82º | 0.61% | 0.63% | - |
| XYZ | 22.39 | 30.36 | 9.38 | - |
| YUV | 139.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 63 | 0.21 | 0 | 0.61 | 0.37 | 80.82 | 0.44 | 0.44 |
| Hex | 7F | A1 | 3F | 15 | 0 | 3D | 25 | 51 | 2C | 2C |
| Octal | 177 | 241 | 77 | 25 | 0 | 75 | 45 | 121 | 54 | 54 |
| Binary | 1111111 | 10100001 | 111111 | 10101 | 0 | 111101 | 100101 | 1010001 | 101100 | 101100 |
Color Harmonies of #7FA13F
Complementary color
Monochromatic Colors of #7FA13F
Black with #7FA13F
Text Example
Text Example
White with #7FA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA13F; }
p { color: rgb(127,161,63); }
H1.HeaderClassName
{
color: #7FA13F;
}
.AnyTagClassName
{
color: #7FA13F;
}
</style>
background-color css
<style>
a { background-color: #7FA13F; }
a { background-color: rgb(127,161,63); }
div.DivClassName
{
background-color: #7FA13F;
}
.BgClassName
{
background-color: #7FA13F;
}
</style>
border-color css
<style>
span { border-color: #7FA13F; }
span { border-color: rgb(127,161,63); }
td.TdClassName
{
border-color: #7FA13F;
}
.TagClassName
{
border-color: #7FA13F;
}
</style>