Shades of Sushi #7F9F25
Tints of Sushi #7F9F25
RGB
CMYK
RGB Variations
Color information
#7F9F25 (or 0x7F9F25) is known color: Sushi. HEX triplet: 7F, 9F and 25. RGB value is (127,159,37). Sum of RGB (Red+Green+Blue) = 127+159+37=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F25 is #8060DA. Grayscale: #878787. Windows color (decimal): -8413403 or 2465663. OLE color: 2465663.
HSL color Cylindrical-coordinate representation of color #7F9F25: hue angle of 75.74º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F9F25 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 37 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.38 |
| HSL | 75.74º | 0.62% | 0.38% | - |
| HSV(B) | 75.74º | 0.77% | 0.62% | - |
| XYZ | 21.48 | 29.44 | 6.3 | - |
| YUV | 135.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 37 | 0.20 | 0 | 0.77 | 0.38 | 75.74 | 0.62 | 0.38 |
| Hex | 7F | 9F | 25 | 14 | 0 | 4D | 26 | 4C | 3E | 26 |
| Octal | 177 | 237 | 45 | 24 | 0 | 115 | 46 | 114 | 76 | 46 |
| Binary | 1111111 | 10011111 | 100101 | 10100 | 0 | 1001101 | 100110 | 1001100 | 111110 | 100110 |
Color Harmonies of #7F9F25
Complementary color
Monochromatic Colors of #7F9F25
Black with #7F9F25
Text Example
Text Example
White with #7F9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F25; }
p { color: rgb(127,159,37); }
H1.HeaderClassName
{
color: #7F9F25;
}
.AnyTagClassName
{
color: #7F9F25;
}
</style>
background-color css
<style>
a { background-color: #7F9F25; }
a { background-color: rgb(127,159,37); }
div.DivClassName
{
background-color: #7F9F25;
}
.BgClassName
{
background-color: #7F9F25;
}
</style>
border-color css
<style>
span { border-color: #7F9F25; }
span { border-color: rgb(127,159,37); }
td.TdClassName
{
border-color: #7F9F25;
}
.TagClassName
{
border-color: #7F9F25;
}
</style>