Shades of Sushi #7FA044
Tints of Sushi #7FA044
RGB
CMYK
RGB Variations
Color information
#7FA044 (or 0x7FA044) is known color: Sushi. HEX triplet: 7F, A0 and 44. RGB value is (127,160,68). Sum of RGB (Red+Green+Blue) = 127+160+68=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA044 is #805FBB. Grayscale: #8B8B8B. Windows color (decimal): -8413116 or 4497535. OLE color: 4497535.
HSL color Cylindrical-coordinate representation of color #7FA044: hue angle of 81.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FA044 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 68 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.37 |
| HSL | 81.52º | 0.4% | 0.45% | - |
| HSV(B) | 81.52º | 0.58% | 0.63% | - |
| XYZ | 22.37 | 30.07 | 10.09 | - |
| YUV | 139.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 68 | 0.21 | 0 | 0.57 | 0.37 | 81.52 | 0.4 | 0.45 |
| Hex | 7F | A0 | 44 | 15 | 0 | 39 | 25 | 52 | 28 | 2D |
| Octal | 177 | 240 | 104 | 25 | 0 | 71 | 45 | 122 | 50 | 55 |
| Binary | 1111111 | 10100000 | 1000100 | 10101 | 0 | 111001 | 100101 | 1010010 | 101000 | 101101 |
Color Harmonies of #7FA044
Complementary color
Monochromatic Colors of #7FA044
Black with #7FA044
Text Example
Text Example
White with #7FA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA044; }
p { color: rgb(127,160,68); }
H1.HeaderClassName
{
color: #7FA044;
}
.AnyTagClassName
{
color: #7FA044;
}
</style>
background-color css
<style>
a { background-color: #7FA044; }
a { background-color: rgb(127,160,68); }
div.DivClassName
{
background-color: #7FA044;
}
.BgClassName
{
background-color: #7FA044;
}
</style>
border-color css
<style>
span { border-color: #7FA044; }
span { border-color: rgb(127,160,68); }
td.TdClassName
{
border-color: #7FA044;
}
.TagClassName
{
border-color: #7FA044;
}
</style>