Shades of Sushi #7FA036
Tints of Sushi #7FA036
RGB
CMYK
RGB Variations
Color information
#7FA036 (or 0x7FA036) is known color: Sushi. HEX triplet: 7F, A0 and 36. RGB value is (127,160,54). Sum of RGB (Red+Green+Blue) = 127+160+54=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA036 is #805FC9. Grayscale: #8A8A8A. Windows color (decimal): -8413130 or 3580031. OLE color: 3580031.
HSL color Cylindrical-coordinate representation of color #7FA036: hue angle of 78.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FA036 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 54 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.37 |
| HSL | 78.68º | 0.5% | 0.42% | - |
| HSV(B) | 78.68º | 0.66% | 0.63% | - |
| XYZ | 21.99 | 29.92 | 8.11 | - |
| YUV | 138.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 54 | 0.21 | 0 | 0.66 | 0.37 | 78.68 | 0.5 | 0.42 |
| Hex | 7F | A0 | 36 | 15 | 0 | 42 | 25 | 4F | 32 | 2A |
| Octal | 177 | 240 | 66 | 25 | 0 | 102 | 45 | 117 | 62 | 52 |
| Binary | 1111111 | 10100000 | 110110 | 10101 | 0 | 1000010 | 100101 | 1001111 | 110010 | 101010 |
Color Harmonies of #7FA036
Complementary color
Monochromatic Colors of #7FA036
Black with #7FA036
Text Example
Text Example
White with #7FA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA036; }
p { color: rgb(127,160,54); }
H1.HeaderClassName
{
color: #7FA036;
}
.AnyTagClassName
{
color: #7FA036;
}
</style>
background-color css
<style>
a { background-color: #7FA036; }
a { background-color: rgb(127,160,54); }
div.DivClassName
{
background-color: #7FA036;
}
.BgClassName
{
background-color: #7FA036;
}
</style>
border-color css
<style>
span { border-color: #7FA036; }
span { border-color: rgb(127,160,54); }
td.TdClassName
{
border-color: #7FA036;
}
.TagClassName
{
border-color: #7FA036;
}
</style>