Shades of Sushi #7FA144
Tints of Sushi #7FA144
RGB
CMYK
RGB Variations
Color information
#7FA144 (or 0x7FA144) is known color: Sushi. HEX triplet: 7F, A1 and 44. RGB value is (127,161,68). Sum of RGB (Red+Green+Blue) = 127+161+68=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA144 is #805EBB. Grayscale: #8C8C8C. Windows color (decimal): -8412860 or 4497791. OLE color: 4497791.
HSL color Cylindrical-coordinate representation of color #7FA144: hue angle of 81.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FA144 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 68 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.37 |
| HSL | 81.94º | 0.41% | 0.45% | - |
| HSV(B) | 81.94º | 0.58% | 0.63% | - |
| XYZ | 22.54 | 30.42 | 10.15 | - |
| YUV | 140.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 68 | 0.21 | 0 | 0.58 | 0.37 | 81.94 | 0.41 | 0.45 |
| Hex | 7F | A1 | 44 | 15 | 0 | 3A | 25 | 52 | 29 | 2D |
| Octal | 177 | 241 | 104 | 25 | 0 | 72 | 45 | 122 | 51 | 55 |
| Binary | 1111111 | 10100001 | 1000100 | 10101 | 0 | 111010 | 100101 | 1010010 | 101001 | 101101 |
Color Harmonies of #7FA144
Complementary color
Monochromatic Colors of #7FA144
Black with #7FA144
Text Example
Text Example
White with #7FA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA144; }
p { color: rgb(127,161,68); }
H1.HeaderClassName
{
color: #7FA144;
}
.AnyTagClassName
{
color: #7FA144;
}
</style>
background-color css
<style>
a { background-color: #7FA144; }
a { background-color: rgb(127,161,68); }
div.DivClassName
{
background-color: #7FA144;
}
.BgClassName
{
background-color: #7FA144;
}
</style>
border-color css
<style>
span { border-color: #7FA144; }
span { border-color: rgb(127,161,68); }
td.TdClassName
{
border-color: #7FA144;
}
.TagClassName
{
border-color: #7FA144;
}
</style>