Shades of Sushi #7FB13D
Tints of Sushi #7FB13D
RGB
CMYK
RGB Variations
Color information
#7FB13D (or 0x7FB13D) is known color: Sushi. HEX triplet: 7F, B1 and 3D. RGB value is (127,177,61). Sum of RGB (Red+Green+Blue) = 127+177+61=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB13D is #804EC2. Grayscale: #959595. Windows color (decimal): -8408771 or 4043135. OLE color: 4043135.
HSL color Cylindrical-coordinate representation of color #7FB13D: hue angle of 85.86º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FB13D is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 61 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.31 |
| HSL | 85.86º | 0.49% | 0.47% | - |
| HSV(B) | 85.86º | 0.66% | 0.69% | - |
| XYZ | 25.32 | 36.29 | 10.09 | - |
| YUV | 148.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 61 | 0.28 | 0 | 0.66 | 0.31 | 85.86 | 0.49 | 0.47 |
| Hex | 7F | B1 | 3D | 1C | 0 | 42 | 1F | 56 | 31 | 2F |
| Octal | 177 | 261 | 75 | 34 | 0 | 102 | 37 | 126 | 61 | 57 |
| Binary | 1111111 | 10110001 | 111101 | 11100 | 0 | 1000010 | 11111 | 1010110 | 110001 | 101111 |
Color Harmonies of #7FB13D
Complementary color
Monochromatic Colors of #7FB13D
Black with #7FB13D
Text Example
Text Example
White with #7FB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB13D; }
p { color: rgb(127,177,61); }
H1.HeaderClassName
{
color: #7FB13D;
}
.AnyTagClassName
{
color: #7FB13D;
}
</style>
background-color css
<style>
a { background-color: #7FB13D; }
a { background-color: rgb(127,177,61); }
div.DivClassName
{
background-color: #7FB13D;
}
.BgClassName
{
background-color: #7FB13D;
}
</style>
border-color css
<style>
span { border-color: #7FB13D; }
span { border-color: rgb(127,177,61); }
td.TdClassName
{
border-color: #7FB13D;
}
.TagClassName
{
border-color: #7FB13D;
}
</style>