Shades of Sushi #7FA92C
Tints of Sushi #7FA92C
RGB
CMYK
RGB Variations
Color information
#7FA92C (or 0x7FA92C) is known color: Sushi. HEX triplet: 7F, A9 and 2C. RGB value is (127,169,44). Sum of RGB (Red+Green+Blue) = 127+169+44=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA92C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA92C is #8056D3. Grayscale: #8E8E8E. Windows color (decimal): -8410836 or 2926975. OLE color: 2926975.
HSL color Cylindrical-coordinate representation of color #7FA92C: hue angle of 80.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FA92C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 44 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.34 |
| HSL | 80.16º | 0.59% | 0.42% | - |
| HSV(B) | 80.16º | 0.74% | 0.66% | - |
| XYZ | 23.39 | 33.07 | 7.53 | - |
| YUV | 142.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 44 | 0.25 | 0 | 0.74 | 0.34 | 80.16 | 0.59 | 0.42 |
| Hex | 7F | A9 | 2C | 19 | 0 | 4A | 22 | 50 | 3B | 2A |
| Octal | 177 | 251 | 54 | 31 | 0 | 112 | 42 | 120 | 73 | 52 |
| Binary | 1111111 | 10101001 | 101100 | 11001 | 0 | 1001010 | 100010 | 1010000 | 111011 | 101010 |
Color Harmonies of #7FA92C
Complementary color
Monochromatic Colors of #7FA92C
Black with #7FA92C
Text Example
Text Example
White with #7FA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA92C; }
p { color: rgb(127,169,44); }
H1.HeaderClassName
{
color: #7FA92C;
}
.AnyTagClassName
{
color: #7FA92C;
}
</style>
background-color css
<style>
a { background-color: #7FA92C; }
a { background-color: rgb(127,169,44); }
div.DivClassName
{
background-color: #7FA92C;
}
.BgClassName
{
background-color: #7FA92C;
}
</style>
border-color css
<style>
span { border-color: #7FA92C; }
span { border-color: rgb(127,169,44); }
td.TdClassName
{
border-color: #7FA92C;
}
.TagClassName
{
border-color: #7FA92C;
}
</style>