Shades of Sushi #7FA344
Tints of Sushi #7FA344
RGB
CMYK
RGB Variations
Color information
#7FA344 (or 0x7FA344) is known color: Sushi. HEX triplet: 7F, A3 and 44. RGB value is (127,163,68). Sum of RGB (Red+Green+Blue) = 127+163+68=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA344 is #805CBB. Grayscale: #8D8D8D. Windows color (decimal): -8412348 or 4498303. OLE color: 4498303.
HSL color Cylindrical-coordinate representation of color #7FA344: hue angle of 82.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FA344 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 68 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.36 |
| HSL | 82.74º | 0.41% | 0.45% | - |
| HSV(B) | 82.74º | 0.58% | 0.64% | - |
| XYZ | 22.89 | 31.12 | 10.27 | - |
| YUV | 141.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 68 | 0.22 | 0 | 0.58 | 0.36 | 82.74 | 0.41 | 0.45 |
| Hex | 7F | A3 | 44 | 16 | 0 | 3A | 24 | 53 | 29 | 2D |
| Octal | 177 | 243 | 104 | 26 | 0 | 72 | 44 | 123 | 51 | 55 |
| Binary | 1111111 | 10100011 | 1000100 | 10110 | 0 | 111010 | 100100 | 1010011 | 101001 | 101101 |
Color Harmonies of #7FA344
Complementary color
Monochromatic Colors of #7FA344
Black with #7FA344
Text Example
Text Example
White with #7FA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA344; }
p { color: rgb(127,163,68); }
H1.HeaderClassName
{
color: #7FA344;
}
.AnyTagClassName
{
color: #7FA344;
}
</style>
background-color css
<style>
a { background-color: #7FA344; }
a { background-color: rgb(127,163,68); }
div.DivClassName
{
background-color: #7FA344;
}
.BgClassName
{
background-color: #7FA344;
}
</style>
border-color css
<style>
span { border-color: #7FA344; }
span { border-color: rgb(127,163,68); }
td.TdClassName
{
border-color: #7FA344;
}
.TagClassName
{
border-color: #7FA344;
}
</style>