Shades of Sushi #7CB137
Tints of Sushi #7CB137
RGB
CMYK
RGB Variations
Color information
#7CB137 (or 0x7CB137) is known color: Sushi. HEX triplet: 7C, B1 and 37. RGB value is (124,177,55). Sum of RGB (Red+Green+Blue) = 124+177+55=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB137 is #834EC8. Grayscale: #939393. Windows color (decimal): -8605385 or 3649916. OLE color: 3649916.
HSL color Cylindrical-coordinate representation of color #7CB137: hue angle of 86.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CB137 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 55 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.31 |
| HSL | 86.07º | 0.53% | 0.45% | - |
| HSV(B) | 86.07º | 0.69% | 0.69% | - |
| XYZ | 24.72 | 36.01 | 9.26 | - |
| YUV | 147.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 55 | 0.30 | 0 | 0.69 | 0.31 | 86.07 | 0.53 | 0.45 |
| Hex | 7C | B1 | 37 | 1E | 0 | 45 | 1F | 56 | 35 | 2D |
| Octal | 174 | 261 | 67 | 36 | 0 | 105 | 37 | 126 | 65 | 55 |
| Binary | 1111100 | 10110001 | 110111 | 11110 | 0 | 1000101 | 11111 | 1010110 | 110101 | 101101 |
Color Harmonies of #7CB137
Complementary color
Monochromatic Colors of #7CB137
Black with #7CB137
Text Example
Text Example
White with #7CB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB137; }
p { color: rgb(124,177,55); }
H1.HeaderClassName
{
color: #7CB137;
}
.AnyTagClassName
{
color: #7CB137;
}
</style>
background-color css
<style>
a { background-color: #7CB137; }
a { background-color: rgb(124,177,55); }
div.DivClassName
{
background-color: #7CB137;
}
.BgClassName
{
background-color: #7CB137;
}
</style>
border-color css
<style>
span { border-color: #7CB137; }
span { border-color: rgb(124,177,55); }
td.TdClassName
{
border-color: #7CB137;
}
.TagClassName
{
border-color: #7CB137;
}
</style>