Shades of Sushi #7FB141
Tints of Sushi #7FB141
RGB
CMYK
RGB Variations
Color information
#7FB141 (or 0x7FB141) is known color: Sushi. HEX triplet: 7F, B1 and 41. RGB value is (127,177,65). Sum of RGB (Red+Green+Blue) = 127+177+65=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB141 is #804EBE. Grayscale: #959595. Windows color (decimal): -8408767 or 4305279. OLE color: 4305279.
HSL color Cylindrical-coordinate representation of color #7FB141: hue angle of 86.79º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FB141 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 65 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.31 |
| HSL | 86.79º | 0.46% | 0.47% | - |
| HSV(B) | 86.79º | 0.63% | 0.69% | - |
| XYZ | 25.43 | 36.34 | 10.67 | - |
| YUV | 149.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 65 | 0.28 | 0 | 0.63 | 0.31 | 86.79 | 0.46 | 0.47 |
| Hex | 7F | B1 | 41 | 1C | 0 | 3F | 1F | 57 | 2E | 2F |
| Octal | 177 | 261 | 101 | 34 | 0 | 77 | 37 | 127 | 56 | 57 |
| Binary | 1111111 | 10110001 | 1000001 | 11100 | 0 | 111111 | 11111 | 1010111 | 101110 | 101111 |
Color Harmonies of #7FB141
Complementary color
Monochromatic Colors of #7FB141
Black with #7FB141
Text Example
Text Example
White with #7FB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB141; }
p { color: rgb(127,177,65); }
H1.HeaderClassName
{
color: #7FB141;
}
.AnyTagClassName
{
color: #7FB141;
}
</style>
background-color css
<style>
a { background-color: #7FB141; }
a { background-color: rgb(127,177,65); }
div.DivClassName
{
background-color: #7FB141;
}
.BgClassName
{
background-color: #7FB141;
}
</style>
border-color css
<style>
span { border-color: #7FB141; }
span { border-color: rgb(127,177,65); }
td.TdClassName
{
border-color: #7FB141;
}
.TagClassName
{
border-color: #7FB141;
}
</style>