Shades of Sushi #7FA32E
Tints of Sushi #7FA32E
RGB
CMYK
RGB Variations
Color information
#7FA32E (or 0x7FA32E) is known color: Sushi. HEX triplet: 7F, A3 and 2E. RGB value is (127,163,46). Sum of RGB (Red+Green+Blue) = 127+163+46=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA32E is #805CD1. Grayscale: #8B8B8B. Windows color (decimal): -8412370 or 3056511. OLE color: 3056511.
HSL color Cylindrical-coordinate representation of color #7FA32E: hue angle of 78.46º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FA32E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 46 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.36 |
| HSL | 78.46º | 0.56% | 0.41% | - |
| HSV(B) | 78.46º | 0.72% | 0.64% | - |
| XYZ | 22.34 | 30.9 | 7.37 | - |
| YUV | 138.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 46 | 0.22 | 0 | 0.72 | 0.36 | 78.46 | 0.56 | 0.41 |
| Hex | 7F | A3 | 2E | 16 | 0 | 48 | 24 | 4E | 38 | 29 |
| Octal | 177 | 243 | 56 | 26 | 0 | 110 | 44 | 116 | 70 | 51 |
| Binary | 1111111 | 10100011 | 101110 | 10110 | 0 | 1001000 | 100100 | 1001110 | 111000 | 101001 |
Color Harmonies of #7FA32E
Complementary color
Monochromatic Colors of #7FA32E
Black with #7FA32E
Text Example
Text Example
White with #7FA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA32E; }
p { color: rgb(127,163,46); }
H1.HeaderClassName
{
color: #7FA32E;
}
.AnyTagClassName
{
color: #7FA32E;
}
</style>
background-color css
<style>
a { background-color: #7FA32E; }
a { background-color: rgb(127,163,46); }
div.DivClassName
{
background-color: #7FA32E;
}
.BgClassName
{
background-color: #7FA32E;
}
</style>
border-color css
<style>
span { border-color: #7FA32E; }
span { border-color: rgb(127,163,46); }
td.TdClassName
{
border-color: #7FA32E;
}
.TagClassName
{
border-color: #7FA32E;
}
</style>