Shades of Sushi #7F9839
Tints of Sushi #7F9839
RGB
CMYK
RGB Variations
Color information
#7F9839 (or 0x7F9839) is known color: Sushi. HEX triplet: 7F, 98 and 39. RGB value is (127,152,57). Sum of RGB (Red+Green+Blue) = 127+152+57=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9839 is #8067C6. Grayscale: #868686. Windows color (decimal): -8415175 or 3774591. OLE color: 3774591.
HSL color Cylindrical-coordinate representation of color #7F9839: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F9839 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 57 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.40 |
| HSL | 75.79º | 0.45% | 0.41% | - |
| HSV(B) | 75.79º | 0.63% | 0.6% | - |
| XYZ | 20.72 | 27.26 | 8.04 | - |
| YUV | 133.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 57 | 0.16 | 0 | 0.62 | 0.40 | 75.79 | 0.45 | 0.41 |
| Hex | 7F | 98 | 39 | 10 | 0 | 3E | 28 | 4C | 2D | 29 |
| Octal | 177 | 230 | 71 | 20 | 0 | 76 | 50 | 114 | 55 | 51 |
| Binary | 1111111 | 10011000 | 111001 | 10000 | 0 | 111110 | 101000 | 1001100 | 101101 | 101001 |
Color Harmonies of #7F9839
Complementary color
Monochromatic Colors of #7F9839
Black with #7F9839
Text Example
Text Example
White with #7F9839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9839; }
p { color: rgb(127,152,57); }
H1.HeaderClassName
{
color: #7F9839;
}
.AnyTagClassName
{
color: #7F9839;
}
</style>
background-color css
<style>
a { background-color: #7F9839; }
a { background-color: rgb(127,152,57); }
div.DivClassName
{
background-color: #7F9839;
}
.BgClassName
{
background-color: #7F9839;
}
</style>
border-color css
<style>
span { border-color: #7F9839; }
span { border-color: rgb(127,152,57); }
td.TdClassName
{
border-color: #7F9839;
}
.TagClassName
{
border-color: #7F9839;
}
</style>