Shades of Sushi #7FB03E
Tints of Sushi #7FB03E
RGB
CMYK
RGB Variations
Color information
#7FB03E (or 0x7FB03E) is known color: Sushi. HEX triplet: 7F, B0 and 3E. RGB value is (127,176,62). Sum of RGB (Red+Green+Blue) = 127+176+62=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB03E is #804FC1. Grayscale: #949494. Windows color (decimal): -8409026 or 4108415. OLE color: 4108415.
HSL color Cylindrical-coordinate representation of color #7FB03E: hue angle of 85.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FB03E is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 62 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.31 |
| HSL | 85.79º | 0.48% | 0.47% | - |
| HSV(B) | 85.79º | 0.65% | 0.69% | - |
| XYZ | 25.15 | 35.91 | 10.16 | - |
| YUV | 148.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 62 | 0.28 | 0 | 0.65 | 0.31 | 85.79 | 0.48 | 0.47 |
| Hex | 7F | B0 | 3E | 1C | 0 | 41 | 1F | 56 | 30 | 2F |
| Octal | 177 | 260 | 76 | 34 | 0 | 101 | 37 | 126 | 60 | 57 |
| Binary | 1111111 | 10110000 | 111110 | 11100 | 0 | 1000001 | 11111 | 1010110 | 110000 | 101111 |
Color Harmonies of #7FB03E
Complementary color
Monochromatic Colors of #7FB03E
Black with #7FB03E
Text Example
Text Example
White with #7FB03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB03E; }
p { color: rgb(127,176,62); }
H1.HeaderClassName
{
color: #7FB03E;
}
.AnyTagClassName
{
color: #7FB03E;
}
</style>
background-color css
<style>
a { background-color: #7FB03E; }
a { background-color: rgb(127,176,62); }
div.DivClassName
{
background-color: #7FB03E;
}
.BgClassName
{
background-color: #7FB03E;
}
</style>
border-color css
<style>
span { border-color: #7FB03E; }
span { border-color: rgb(127,176,62); }
td.TdClassName
{
border-color: #7FB03E;
}
.TagClassName
{
border-color: #7FB03E;
}
</style>