Shades of Sushi #7FB53D
Tints of Sushi #7FB53D
RGB
CMYK
RGB Variations
Color information
#7FB53D (or 0x7FB53D) is known color: Sushi. HEX triplet: 7F, B5 and 3D. RGB value is (127,181,61). Sum of RGB (Red+Green+Blue) = 127+181+61=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB53D is #804AC2. Grayscale: #979797. Windows color (decimal): -8407747 or 4044159. OLE color: 4044159.
HSL color Cylindrical-coordinate representation of color #7FB53D: hue angle of 87º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FB53D is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 61 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.29 |
| HSL | 87º | 0.5% | 0.47% | - |
| HSV(B) | 87º | 0.66% | 0.71% | - |
| XYZ | 26.12 | 37.9 | 10.35 | - |
| YUV | 151.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 61 | 0.30 | 0 | 0.66 | 0.29 | 87 | 0.5 | 0.47 |
| Hex | 7F | B5 | 3D | 1E | 0 | 42 | 1D | 57 | 32 | 2F |
| Octal | 177 | 265 | 75 | 36 | 0 | 102 | 35 | 127 | 62 | 57 |
| Binary | 1111111 | 10110101 | 111101 | 11110 | 0 | 1000010 | 11101 | 1010111 | 110010 | 101111 |
Color Harmonies of #7FB53D
Complementary color
Monochromatic Colors of #7FB53D
Black with #7FB53D
Text Example
Text Example
White with #7FB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB53D; }
p { color: rgb(127,181,61); }
H1.HeaderClassName
{
color: #7FB53D;
}
.AnyTagClassName
{
color: #7FB53D;
}
</style>
background-color css
<style>
a { background-color: #7FB53D; }
a { background-color: rgb(127,181,61); }
div.DivClassName
{
background-color: #7FB53D;
}
.BgClassName
{
background-color: #7FB53D;
}
</style>
border-color css
<style>
span { border-color: #7FB53D; }
span { border-color: rgb(127,181,61); }
td.TdClassName
{
border-color: #7FB53D;
}
.TagClassName
{
border-color: #7FB53D;
}
</style>