Shades of Sushi #7FA226
Tints of Sushi #7FA226
RGB
CMYK
RGB Variations
Color information
#7FA226 (or 0x7FA226) is known color: Sushi. HEX triplet: 7F, A2 and 26. RGB value is (127,162,38). Sum of RGB (Red+Green+Blue) = 127+162+38=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA226 is #805DD9. Grayscale: #898989. Windows color (decimal): -8412634 or 2531967. OLE color: 2531967.
HSL color Cylindrical-coordinate representation of color #7FA226: hue angle of 76.94º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FA226 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 38 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.36 |
| HSL | 76.94º | 0.62% | 0.39% | - |
| HSV(B) | 76.94º | 0.77% | 0.64% | - |
| XYZ | 22.02 | 30.49 | 6.56 | - |
| YUV | 137.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 38 | 0.22 | 0 | 0.77 | 0.36 | 76.94 | 0.62 | 0.39 |
| Hex | 7F | A2 | 26 | 16 | 0 | 4D | 24 | 4D | 3E | 27 |
| Octal | 177 | 242 | 46 | 26 | 0 | 115 | 44 | 115 | 76 | 47 |
| Binary | 1111111 | 10100010 | 100110 | 10110 | 0 | 1001101 | 100100 | 1001101 | 111110 | 100111 |
Color Harmonies of #7FA226
Complementary color
Monochromatic Colors of #7FA226
Black with #7FA226
Text Example
Text Example
White with #7FA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA226; }
p { color: rgb(127,162,38); }
H1.HeaderClassName
{
color: #7FA226;
}
.AnyTagClassName
{
color: #7FA226;
}
</style>
background-color css
<style>
a { background-color: #7FA226; }
a { background-color: rgb(127,162,38); }
div.DivClassName
{
background-color: #7FA226;
}
.BgClassName
{
background-color: #7FA226;
}
</style>
border-color css
<style>
span { border-color: #7FA226; }
span { border-color: rgb(127,162,38); }
td.TdClassName
{
border-color: #7FA226;
}
.TagClassName
{
border-color: #7FA226;
}
</style>