Shades of Sushi #7FA32F
Tints of Sushi #7FA32F
RGB
CMYK
RGB Variations
Color information
#7FA32F (or 0x7FA32F) is known color: Sushi. HEX triplet: 7F, A3 and 2F. RGB value is (127,163,47). Sum of RGB (Red+Green+Blue) = 127+163+47=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA32F is #805CD0. Grayscale: #8B8B8B. Windows color (decimal): -8412369 or 3122047. OLE color: 3122047.
HSL color Cylindrical-coordinate representation of color #7FA32F: hue angle of 78.62º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FA32F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 47 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.36 |
| HSL | 78.62º | 0.55% | 0.41% | - |
| HSV(B) | 78.62º | 0.71% | 0.64% | - |
| XYZ | 22.36 | 30.91 | 7.48 | - |
| YUV | 139.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 47 | 0.22 | 0 | 0.71 | 0.36 | 78.62 | 0.55 | 0.41 |
| Hex | 7F | A3 | 2F | 16 | 0 | 47 | 24 | 4F | 37 | 29 |
| Octal | 177 | 243 | 57 | 26 | 0 | 107 | 44 | 117 | 67 | 51 |
| Binary | 1111111 | 10100011 | 101111 | 10110 | 0 | 1000111 | 100100 | 1001111 | 110111 | 101001 |
Color Harmonies of #7FA32F
Complementary color
Monochromatic Colors of #7FA32F
Black with #7FA32F
Text Example
Text Example
White with #7FA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA32F; }
p { color: rgb(127,163,47); }
H1.HeaderClassName
{
color: #7FA32F;
}
.AnyTagClassName
{
color: #7FA32F;
}
</style>
background-color css
<style>
a { background-color: #7FA32F; }
a { background-color: rgb(127,163,47); }
div.DivClassName
{
background-color: #7FA32F;
}
.BgClassName
{
background-color: #7FA32F;
}
</style>
border-color css
<style>
span { border-color: #7FA32F; }
span { border-color: rgb(127,163,47); }
td.TdClassName
{
border-color: #7FA32F;
}
.TagClassName
{
border-color: #7FA32F;
}
</style>