Shades of Sushi #7FB83F
Tints of Sushi #7FB83F
RGB
CMYK
RGB Variations
Color information
#7FB83F (or 0x7FB83F) is known color: Sushi. HEX triplet: 7F, B8 and 3F. RGB value is (127,184,63). Sum of RGB (Red+Green+Blue) = 127+184+63=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB83F is #8047C0. Grayscale: #999999. Windows color (decimal): -8406977 or 4175999. OLE color: 4175999.
HSL color Cylindrical-coordinate representation of color #7FB83F: hue angle of 88.26º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FB83F is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 63 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.28 |
| HSL | 88.26º | 0.49% | 0.48% | - |
| HSV(B) | 88.26º | 0.66% | 0.72% | - |
| XYZ | 26.79 | 39.15 | 10.85 | - |
| YUV | 153.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 63 | 0.31 | 0 | 0.66 | 0.28 | 88.26 | 0.49 | 0.48 |
| Hex | 7F | B8 | 3F | 1F | 0 | 42 | 1C | 58 | 31 | 30 |
| Octal | 177 | 270 | 77 | 37 | 0 | 102 | 34 | 130 | 61 | 60 |
| Binary | 1111111 | 10111000 | 111111 | 11111 | 0 | 1000010 | 11100 | 1011000 | 110001 | 110000 |
Color Harmonies of #7FB83F
Complementary color
Monochromatic Colors of #7FB83F
Black with #7FB83F
Text Example
Text Example
White with #7FB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB83F; }
p { color: rgb(127,184,63); }
H1.HeaderClassName
{
color: #7FB83F;
}
.AnyTagClassName
{
color: #7FB83F;
}
</style>
background-color css
<style>
a { background-color: #7FB83F; }
a { background-color: rgb(127,184,63); }
div.DivClassName
{
background-color: #7FB83F;
}
.BgClassName
{
background-color: #7FB83F;
}
</style>
border-color css
<style>
span { border-color: #7FB83F; }
span { border-color: rgb(127,184,63); }
td.TdClassName
{
border-color: #7FB83F;
}
.TagClassName
{
border-color: #7FB83F;
}
</style>