Shades of Sushi #7F9D2B
Tints of Sushi #7F9D2B
RGB
CMYK
RGB Variations
Color information
#7F9D2B (or 0x7F9D2B) is known color: Sushi. HEX triplet: 7F, 9D and 2B. RGB value is (127,157,43). Sum of RGB (Red+Green+Blue) = 127+157+43=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9D2B is #8062D4. Grayscale: #878787. Windows color (decimal): -8413909 or 2858367. OLE color: 2858367.
HSL color Cylindrical-coordinate representation of color #7F9D2B: hue angle of 75.79º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F9D2B is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 43 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.38 |
| HSL | 75.79º | 0.57% | 0.39% | - |
| HSV(B) | 75.79º | 0.73% | 0.62% | - |
| XYZ | 21.25 | 28.8 | 6.72 | - |
| YUV | 135.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 43 | 0.19 | 0 | 0.73 | 0.38 | 75.79 | 0.57 | 0.39 |
| Hex | 7F | 9D | 2B | 13 | 0 | 49 | 26 | 4C | 39 | 27 |
| Octal | 177 | 235 | 53 | 23 | 0 | 111 | 46 | 114 | 71 | 47 |
| Binary | 1111111 | 10011101 | 101011 | 10011 | 0 | 1001001 | 100110 | 1001100 | 111001 | 100111 |
Color Harmonies of #7F9D2B
Complementary color
Monochromatic Colors of #7F9D2B
Black with #7F9D2B
Text Example
Text Example
White with #7F9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D2B; }
p { color: rgb(127,157,43); }
H1.HeaderClassName
{
color: #7F9D2B;
}
.AnyTagClassName
{
color: #7F9D2B;
}
</style>
background-color css
<style>
a { background-color: #7F9D2B; }
a { background-color: rgb(127,157,43); }
div.DivClassName
{
background-color: #7F9D2B;
}
.BgClassName
{
background-color: #7F9D2B;
}
</style>
border-color css
<style>
span { border-color: #7F9D2B; }
span { border-color: rgb(127,157,43); }
td.TdClassName
{
border-color: #7F9D2B;
}
.TagClassName
{
border-color: #7F9D2B;
}
</style>