Shades of Sushi #7F9E43
Tints of Sushi #7F9E43
RGB
CMYK
RGB Variations
Color information
#7F9E43 (or 0x7F9E43) is known color: Sushi. HEX triplet: 7F, 9E and 43. RGB value is (127,158,67). Sum of RGB (Red+Green+Blue) = 127+158+67=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9E43 is #8061BC. Grayscale: #8A8A8A. Windows color (decimal): -8413629 or 4431487. OLE color: 4431487.
HSL color Cylindrical-coordinate representation of color #7F9E43: hue angle of 80.44º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F9E43 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 67 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.38 |
| HSL | 80.44º | 0.4% | 0.44% | - |
| HSV(B) | 80.44º | 0.58% | 0.62% | - |
| XYZ | 21.99 | 29.37 | 9.82 | - |
| YUV | 138.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 67 | 0.20 | 0 | 0.58 | 0.38 | 80.44 | 0.4 | 0.44 |
| Hex | 7F | 9E | 43 | 14 | 0 | 3A | 26 | 50 | 28 | 2C |
| Octal | 177 | 236 | 103 | 24 | 0 | 72 | 46 | 120 | 50 | 54 |
| Binary | 1111111 | 10011110 | 1000011 | 10100 | 0 | 111010 | 100110 | 1010000 | 101000 | 101100 |
Color Harmonies of #7F9E43
Complementary color
Monochromatic Colors of #7F9E43
Black with #7F9E43
Text Example
Text Example
White with #7F9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E43; }
p { color: rgb(127,158,67); }
H1.HeaderClassName
{
color: #7F9E43;
}
.AnyTagClassName
{
color: #7F9E43;
}
</style>
background-color css
<style>
a { background-color: #7F9E43; }
a { background-color: rgb(127,158,67); }
div.DivClassName
{
background-color: #7F9E43;
}
.BgClassName
{
background-color: #7F9E43;
}
</style>
border-color css
<style>
span { border-color: #7F9E43; }
span { border-color: rgb(127,158,67); }
td.TdClassName
{
border-color: #7F9E43;
}
.TagClassName
{
border-color: #7F9E43;
}
</style>