Shades of Sushi #7FA246
Tints of Sushi #7FA246
RGB
CMYK
RGB Variations
Color information
#7FA246 (or 0x7FA246) is known color: Sushi. HEX triplet: 7F, A2 and 46. RGB value is (127,162,70). Sum of RGB (Red+Green+Blue) = 127+162+70=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA246 is #805DB9. Grayscale: #8D8D8D. Windows color (decimal): -8412602 or 4629119. OLE color: 4629119.
HSL color Cylindrical-coordinate representation of color #7FA246: hue angle of 82.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FA246 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 70 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.36 |
| HSL | 82.83º | 0.4% | 0.45% | - |
| HSV(B) | 82.83º | 0.57% | 0.64% | - |
| XYZ | 22.78 | 30.79 | 10.54 | - |
| YUV | 141.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 70 | 0.22 | 0 | 0.57 | 0.36 | 82.83 | 0.4 | 0.45 |
| Hex | 7F | A2 | 46 | 16 | 0 | 39 | 24 | 53 | 28 | 2D |
| Octal | 177 | 242 | 106 | 26 | 0 | 71 | 44 | 123 | 50 | 55 |
| Binary | 1111111 | 10100010 | 1000110 | 10110 | 0 | 111001 | 100100 | 1010011 | 101000 | 101101 |
Color Harmonies of #7FA246
Complementary color
Monochromatic Colors of #7FA246
Black with #7FA246
Text Example
Text Example
White with #7FA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA246; }
p { color: rgb(127,162,70); }
H1.HeaderClassName
{
color: #7FA246;
}
.AnyTagClassName
{
color: #7FA246;
}
</style>
background-color css
<style>
a { background-color: #7FA246; }
a { background-color: rgb(127,162,70); }
div.DivClassName
{
background-color: #7FA246;
}
.BgClassName
{
background-color: #7FA246;
}
</style>
border-color css
<style>
span { border-color: #7FA246; }
span { border-color: rgb(127,162,70); }
td.TdClassName
{
border-color: #7FA246;
}
.TagClassName
{
border-color: #7FA246;
}
</style>