Shades of Sushi #7FA336
Tints of Sushi #7FA336
RGB
CMYK
RGB Variations
Color information
#7FA336 (or 0x7FA336) is known color: Sushi. HEX triplet: 7F, A3 and 36. RGB value is (127,163,54). Sum of RGB (Red+Green+Blue) = 127+163+54=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA336 is #805CC9. Grayscale: #8C8C8C. Windows color (decimal): -8412362 or 3580799. OLE color: 3580799.
HSL color Cylindrical-coordinate representation of color #7FA336: hue angle of 79.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FA336 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 54 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.36 |
| HSL | 79.82º | 0.5% | 0.43% | - |
| HSV(B) | 79.82º | 0.67% | 0.64% | - |
| XYZ | 22.52 | 30.97 | 8.28 | - |
| YUV | 139.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 54 | 0.22 | 0 | 0.67 | 0.36 | 79.82 | 0.5 | 0.43 |
| Hex | 7F | A3 | 36 | 16 | 0 | 43 | 24 | 50 | 32 | 2B |
| Octal | 177 | 243 | 66 | 26 | 0 | 103 | 44 | 120 | 62 | 53 |
| Binary | 1111111 | 10100011 | 110110 | 10110 | 0 | 1000011 | 100100 | 1010000 | 110010 | 101011 |
Color Harmonies of #7FA336
Complementary color
Monochromatic Colors of #7FA336
Black with #7FA336
Text Example
Text Example
White with #7FA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA336; }
p { color: rgb(127,163,54); }
H1.HeaderClassName
{
color: #7FA336;
}
.AnyTagClassName
{
color: #7FA336;
}
</style>
background-color css
<style>
a { background-color: #7FA336; }
a { background-color: rgb(127,163,54); }
div.DivClassName
{
background-color: #7FA336;
}
.BgClassName
{
background-color: #7FA336;
}
</style>
border-color css
<style>
span { border-color: #7FA336; }
span { border-color: rgb(127,163,54); }
td.TdClassName
{
border-color: #7FA336;
}
.TagClassName
{
border-color: #7FA336;
}
</style>