Shades of Sushi #7CB63D
Tints of Sushi #7CB63D
RGB
CMYK
RGB Variations
Color information
#7CB63D (or 0x7CB63D) is known color: Sushi. HEX triplet: 7C, B6 and 3D. RGB value is (124,182,61). Sum of RGB (Red+Green+Blue) = 124+182+61=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB63D is #8349C2. Grayscale: #979797. Windows color (decimal): -8604099 or 4044412. OLE color: 4044412.
HSL color Cylindrical-coordinate representation of color #7CB63D: hue angle of 88.76º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CB63D is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 61 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.29 |
| HSL | 88.76º | 0.5% | 0.48% | - |
| HSV(B) | 88.76º | 0.66% | 0.71% | - |
| XYZ | 25.88 | 38.08 | 10.4 | - |
| YUV | 150.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 61 | 0.32 | 0 | 0.66 | 0.29 | 88.76 | 0.5 | 0.48 |
| Hex | 7C | B6 | 3D | 20 | 0 | 42 | 1D | 59 | 32 | 30 |
| Octal | 174 | 266 | 75 | 40 | 0 | 102 | 35 | 131 | 62 | 60 |
| Binary | 1111100 | 10110110 | 111101 | 100000 | 0 | 1000010 | 11101 | 1011001 | 110010 | 110000 |
Color Harmonies of #7CB63D
Complementary color
Monochromatic Colors of #7CB63D
Black with #7CB63D
Text Example
Text Example
White with #7CB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB63D; }
p { color: rgb(124,182,61); }
H1.HeaderClassName
{
color: #7CB63D;
}
.AnyTagClassName
{
color: #7CB63D;
}
</style>
background-color css
<style>
a { background-color: #7CB63D; }
a { background-color: rgb(124,182,61); }
div.DivClassName
{
background-color: #7CB63D;
}
.BgClassName
{
background-color: #7CB63D;
}
</style>
border-color css
<style>
span { border-color: #7CB63D; }
span { border-color: rgb(124,182,61); }
td.TdClassName
{
border-color: #7CB63D;
}
.TagClassName
{
border-color: #7CB63D;
}
</style>