Shades of Sushi #7CB73D
Tints of Sushi #7CB73D
RGB
CMYK
RGB Variations
Color information
#7CB73D (or 0x7CB73D) is known color: Sushi. HEX triplet: 7C, B7 and 3D. RGB value is (124,183,61). Sum of RGB (Red+Green+Blue) = 124+183+61=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB73D is #8348C2. Grayscale: #979797. Windows color (decimal): -8603843 or 4044668. OLE color: 4044668.
HSL color Cylindrical-coordinate representation of color #7CB73D: hue angle of 89.02º 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 #7CB73D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 61 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.28 |
| HSL | 89.02º | 0.5% | 0.48% | - |
| HSV(B) | 89.02º | 0.67% | 0.72% | - |
| XYZ | 26.09 | 38.49 | 10.47 | - |
| YUV | 151.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 61 | 0.32 | 0 | 0.67 | 0.28 | 89.02 | 0.5 | 0.48 |
| Hex | 7C | B7 | 3D | 20 | 0 | 43 | 1C | 59 | 32 | 30 |
| Octal | 174 | 267 | 75 | 40 | 0 | 103 | 34 | 131 | 62 | 60 |
| Binary | 1111100 | 10110111 | 111101 | 100000 | 0 | 1000011 | 11100 | 1011001 | 110010 | 110000 |
Color Harmonies of #7CB73D
Complementary color
Monochromatic Colors of #7CB73D
Black with #7CB73D
Text Example
Text Example
White with #7CB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB73D; }
p { color: rgb(124,183,61); }
H1.HeaderClassName
{
color: #7CB73D;
}
.AnyTagClassName
{
color: #7CB73D;
}
</style>
background-color css
<style>
a { background-color: #7CB73D; }
a { background-color: rgb(124,183,61); }
div.DivClassName
{
background-color: #7CB73D;
}
.BgClassName
{
background-color: #7CB73D;
}
</style>
border-color css
<style>
span { border-color: #7CB73D; }
span { border-color: rgb(124,183,61); }
td.TdClassName
{
border-color: #7CB73D;
}
.TagClassName
{
border-color: #7CB73D;
}
</style>