Shades of Sushi #7FB336
Tints of Sushi #7FB336
RGB
CMYK
RGB Variations
Color information
#7FB336 (or 0x7FB336) is known color: Sushi. HEX triplet: 7F, B3 and 36. RGB value is (127,179,54). Sum of RGB (Red+Green+Blue) = 127+179+54=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB336 is #804CC9. Grayscale: #959595. Windows color (decimal): -8408266 or 3584895. OLE color: 3584895.
HSL color Cylindrical-coordinate representation of color #7FB336: hue angle of 84.96º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FB336 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 54 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.30 |
| HSL | 84.96º | 0.54% | 0.46% | - |
| HSV(B) | 84.96º | 0.7% | 0.7% | - |
| XYZ | 25.54 | 37.02 | 9.29 | - |
| YUV | 149.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 54 | 0.29 | 0 | 0.70 | 0.30 | 84.96 | 0.54 | 0.46 |
| Hex | 7F | B3 | 36 | 1D | 0 | 46 | 1E | 55 | 36 | 2E |
| Octal | 177 | 263 | 66 | 35 | 0 | 106 | 36 | 125 | 66 | 56 |
| Binary | 1111111 | 10110011 | 110110 | 11101 | 0 | 1000110 | 11110 | 1010101 | 110110 | 101110 |
Color Harmonies of #7FB336
Complementary color
Monochromatic Colors of #7FB336
Black with #7FB336
Text Example
Text Example
White with #7FB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB336; }
p { color: rgb(127,179,54); }
H1.HeaderClassName
{
color: #7FB336;
}
.AnyTagClassName
{
color: #7FB336;
}
</style>
background-color css
<style>
a { background-color: #7FB336; }
a { background-color: rgb(127,179,54); }
div.DivClassName
{
background-color: #7FB336;
}
.BgClassName
{
background-color: #7FB336;
}
</style>
border-color css
<style>
span { border-color: #7FB336; }
span { border-color: rgb(127,179,54); }
td.TdClassName
{
border-color: #7FB336;
}
.TagClassName
{
border-color: #7FB336;
}
</style>