Shades of Sushi #7F9426
Tints of Sushi #7F9426
RGB
CMYK
RGB Variations
Color information
#7F9426 (or 0x7F9426) is known color: Sushi. HEX triplet: 7F, 94 and 26. RGB value is (127,148,38). Sum of RGB (Red+Green+Blue) = 127+148+38=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9426 is #806BD9. Grayscale: #818181. Windows color (decimal): -8416218 or 2528383. OLE color: 2528383.
HSL color Cylindrical-coordinate representation of color #7F9426: hue angle of 71.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F9426 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 38 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.42 |
| HSL | 71.45º | 0.59% | 0.36% | - |
| HSV(B) | 71.45º | 0.74% | 0.58% | - |
| XYZ | 19.69 | 25.83 | 5.78 | - |
| YUV | 129.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 38 | 0.14 | 0 | 0.74 | 0.42 | 71.45 | 0.59 | 0.36 |
| Hex | 7F | 94 | 26 | E | 0 | 4A | 2A | 47 | 3B | 24 |
| Octal | 177 | 224 | 46 | 16 | 0 | 112 | 52 | 107 | 73 | 44 |
| Binary | 1111111 | 10010100 | 100110 | 1110 | 0 | 1001010 | 101010 | 1000111 | 111011 | 100100 |
Color Harmonies of #7F9426
Complementary color
Monochromatic Colors of #7F9426
Black with #7F9426
Text Example
Text Example
White with #7F9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9426; }
p { color: rgb(127,148,38); }
H1.HeaderClassName
{
color: #7F9426;
}
.AnyTagClassName
{
color: #7F9426;
}
</style>
background-color css
<style>
a { background-color: #7F9426; }
a { background-color: rgb(127,148,38); }
div.DivClassName
{
background-color: #7F9426;
}
.BgClassName
{
background-color: #7F9426;
}
</style>
border-color css
<style>
span { border-color: #7F9426; }
span { border-color: rgb(127,148,38); }
td.TdClassName
{
border-color: #7F9426;
}
.TagClassName
{
border-color: #7F9426;
}
</style>