Shades of Sushi #7FB73D
Tints of Sushi #7FB73D
RGB
CMYK
RGB Variations
Color information
#7FB73D (or 0x7FB73D) is known color: Sushi. HEX triplet: 7F, B7 and 3D. RGB value is (127,183,61). Sum of RGB (Red+Green+Blue) = 127+183+61=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB73D is #8048C2. Grayscale: #989898. Windows color (decimal): -8407235 or 4044671. OLE color: 4044671.
HSL color Cylindrical-coordinate representation of color #7FB73D: hue angle of 87.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FB73D is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 61 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.28 |
| HSL | 87.54º | 0.5% | 0.48% | - |
| HSV(B) | 87.54º | 0.67% | 0.72% | - |
| XYZ | 26.53 | 38.72 | 10.49 | - |
| YUV | 152.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 61 | 0.31 | 0 | 0.67 | 0.28 | 87.54 | 0.5 | 0.48 |
| Hex | 7F | B7 | 3D | 1F | 0 | 43 | 1C | 58 | 32 | 30 |
| Octal | 177 | 267 | 75 | 37 | 0 | 103 | 34 | 130 | 62 | 60 |
| Binary | 1111111 | 10110111 | 111101 | 11111 | 0 | 1000011 | 11100 | 1011000 | 110010 | 110000 |
Color Harmonies of #7FB73D
Complementary color
Monochromatic Colors of #7FB73D
Black with #7FB73D
Text Example
Text Example
White with #7FB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB73D; }
p { color: rgb(127,183,61); }
H1.HeaderClassName
{
color: #7FB73D;
}
.AnyTagClassName
{
color: #7FB73D;
}
</style>
background-color css
<style>
a { background-color: #7FB73D; }
a { background-color: rgb(127,183,61); }
div.DivClassName
{
background-color: #7FB73D;
}
.BgClassName
{
background-color: #7FB73D;
}
</style>
border-color css
<style>
span { border-color: #7FB73D; }
span { border-color: rgb(127,183,61); }
td.TdClassName
{
border-color: #7FB73D;
}
.TagClassName
{
border-color: #7FB73D;
}
</style>