Shades of Sushi #7F9926
Tints of Sushi #7F9926
RGB
CMYK
RGB Variations
Color information
#7F9926 (or 0x7F9926) is known color: Sushi. HEX triplet: 7F, 99 and 26. RGB value is (127,153,38). Sum of RGB (Red+Green+Blue) = 127+153+38=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9926 is #8066D9. Grayscale: #848484. Windows color (decimal): -8414938 or 2529663. OLE color: 2529663.
HSL color Cylindrical-coordinate representation of color #7F9926: hue angle of 73.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F9926 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 38 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.4 |
| HSL | 73.57º | 0.6% | 0.37% | - |
| HSV(B) | 73.57º | 0.75% | 0.6% | - |
| XYZ | 20.49 | 27.43 | 6.05 | - |
| YUV | 132.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 38 | 0.17 | 0 | 0.75 | 0.4 | 73.57 | 0.6 | 0.37 |
| Hex | 7F | 99 | 26 | 11 | 0 | 4B | 28 | 4A | 3C | 25 |
| Octal | 177 | 231 | 46 | 21 | 0 | 113 | 50 | 112 | 74 | 45 |
| Binary | 1111111 | 10011001 | 100110 | 10001 | 0 | 1001011 | 101000 | 1001010 | 111100 | 100101 |
Color Harmonies of #7F9926
Complementary color
Monochromatic Colors of #7F9926
Black with #7F9926
Text Example
Text Example
White with #7F9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9926; }
p { color: rgb(127,153,38); }
H1.HeaderClassName
{
color: #7F9926;
}
.AnyTagClassName
{
color: #7F9926;
}
</style>
background-color css
<style>
a { background-color: #7F9926; }
a { background-color: rgb(127,153,38); }
div.DivClassName
{
background-color: #7F9926;
}
.BgClassName
{
background-color: #7F9926;
}
</style>
border-color css
<style>
span { border-color: #7F9926; }
span { border-color: rgb(127,153,38); }
td.TdClassName
{
border-color: #7F9926;
}
.TagClassName
{
border-color: #7F9926;
}
</style>