Shades of Sushi #7FA143
Tints of Sushi #7FA143
RGB
CMYK
RGB Variations
Color information
#7FA143 (or 0x7FA143) is known color: Sushi. HEX triplet: 7F, A1 and 43. RGB value is (127,161,67). Sum of RGB (Red+Green+Blue) = 127+161+67=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA143 is #805EBC. Grayscale: #8C8C8C. Windows color (decimal): -8412861 or 4432255. OLE color: 4432255.
HSL color Cylindrical-coordinate representation of color #7FA143: hue angle of 81.7º 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 #7FA143 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 67 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.37 |
| HSL | 81.7º | 0.41% | 0.45% | - |
| HSV(B) | 81.7º | 0.58% | 0.63% | - |
| XYZ | 22.51 | 30.41 | 9.99 | - |
| YUV | 140.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 67 | 0.21 | 0 | 0.58 | 0.37 | 81.7 | 0.41 | 0.45 |
| Hex | 7F | A1 | 43 | 15 | 0 | 3A | 25 | 52 | 29 | 2D |
| Octal | 177 | 241 | 103 | 25 | 0 | 72 | 45 | 122 | 51 | 55 |
| Binary | 1111111 | 10100001 | 1000011 | 10101 | 0 | 111010 | 100101 | 1010010 | 101001 | 101101 |
Color Harmonies of #7FA143
Complementary color
Monochromatic Colors of #7FA143
Black with #7FA143
Text Example
Text Example
White with #7FA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA143; }
p { color: rgb(127,161,67); }
H1.HeaderClassName
{
color: #7FA143;
}
.AnyTagClassName
{
color: #7FA143;
}
</style>
background-color css
<style>
a { background-color: #7FA143; }
a { background-color: rgb(127,161,67); }
div.DivClassName
{
background-color: #7FA143;
}
.BgClassName
{
background-color: #7FA143;
}
</style>
border-color css
<style>
span { border-color: #7FA143; }
span { border-color: rgb(127,161,67); }
td.TdClassName
{
border-color: #7FA143;
}
.TagClassName
{
border-color: #7FA143;
}
</style>