Shades of Sushi #7F9D44
Tints of Sushi #7F9D44
RGB
CMYK
RGB Variations
Color information
#7F9D44 (or 0x7F9D44) is known color: Sushi. HEX triplet: 7F, 9D and 44. RGB value is (127,157,68). Sum of RGB (Red+Green+Blue) = 127+157+68=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9D44 is #8062BB. Grayscale: #8A8A8A. Windows color (decimal): -8413884 or 4496767. OLE color: 4496767.
HSL color Cylindrical-coordinate representation of color #7F9D44: hue angle of 80.22º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F9D44 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 68 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.38 |
| HSL | 80.22º | 0.4% | 0.44% | - |
| HSV(B) | 80.22º | 0.57% | 0.62% | - |
| XYZ | 21.85 | 29.04 | 9.92 | - |
| YUV | 137.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 68 | 0.19 | 0 | 0.57 | 0.38 | 80.22 | 0.4 | 0.44 |
| Hex | 7F | 9D | 44 | 13 | 0 | 39 | 26 | 50 | 28 | 2C |
| Octal | 177 | 235 | 104 | 23 | 0 | 71 | 46 | 120 | 50 | 54 |
| Binary | 1111111 | 10011101 | 1000100 | 10011 | 0 | 111001 | 100110 | 1010000 | 101000 | 101100 |
Color Harmonies of #7F9D44
Complementary color
Monochromatic Colors of #7F9D44
Black with #7F9D44
Text Example
Text Example
White with #7F9D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D44; }
p { color: rgb(127,157,68); }
H1.HeaderClassName
{
color: #7F9D44;
}
.AnyTagClassName
{
color: #7F9D44;
}
</style>
background-color css
<style>
a { background-color: #7F9D44; }
a { background-color: rgb(127,157,68); }
div.DivClassName
{
background-color: #7F9D44;
}
.BgClassName
{
background-color: #7F9D44;
}
</style>
border-color css
<style>
span { border-color: #7F9D44; }
span { border-color: rgb(127,157,68); }
td.TdClassName
{
border-color: #7F9D44;
}
.TagClassName
{
border-color: #7F9D44;
}
</style>