Shades of Sushi #7CB63C
Tints of Sushi #7CB63C
RGB
CMYK
RGB Variations
Color information
#7CB63C (or 0x7CB63C) is known color: Sushi. HEX triplet: 7C, B6 and 3C. RGB value is (124,182,60). Sum of RGB (Red+Green+Blue) = 124+182+60=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB63C is #8349C3. Grayscale: #979797. Windows color (decimal): -8604100 or 3978876. OLE color: 3978876.
HSL color Cylindrical-coordinate representation of color #7CB63C: hue angle of 88.52º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CB63C is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 60 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.29 |
| HSL | 88.52º | 0.5% | 0.47% | - |
| HSV(B) | 88.52º | 0.67% | 0.71% | - |
| XYZ | 25.86 | 38.07 | 10.26 | - |
| YUV | 150.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 60 | 0.32 | 0 | 0.67 | 0.29 | 88.52 | 0.5 | 0.47 |
| Hex | 7C | B6 | 3C | 20 | 0 | 43 | 1D | 59 | 32 | 2F |
| Octal | 174 | 266 | 74 | 40 | 0 | 103 | 35 | 131 | 62 | 57 |
| Binary | 1111100 | 10110110 | 111100 | 100000 | 0 | 1000011 | 11101 | 1011001 | 110010 | 101111 |
Color Harmonies of #7CB63C
Complementary color
Monochromatic Colors of #7CB63C
Black with #7CB63C
Text Example
Text Example
White with #7CB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB63C; }
p { color: rgb(124,182,60); }
H1.HeaderClassName
{
color: #7CB63C;
}
.AnyTagClassName
{
color: #7CB63C;
}
</style>
background-color css
<style>
a { background-color: #7CB63C; }
a { background-color: rgb(124,182,60); }
div.DivClassName
{
background-color: #7CB63C;
}
.BgClassName
{
background-color: #7CB63C;
}
</style>
border-color css
<style>
span { border-color: #7CB63C; }
span { border-color: rgb(124,182,60); }
td.TdClassName
{
border-color: #7CB63C;
}
.TagClassName
{
border-color: #7CB63C;
}
</style>