Shades of Sushi #7CB141
Tints of Sushi #7CB141
RGB
CMYK
RGB Variations
Color information
#7CB141 (or 0x7CB141) is known color: Sushi. HEX triplet: 7C, B1 and 41. RGB value is (124,177,65). Sum of RGB (Red+Green+Blue) = 124+177+65=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB141 is #834EBE. Grayscale: #949494. Windows color (decimal): -8605375 or 4305276. OLE color: 4305276.
HSL color Cylindrical-coordinate representation of color #7CB141: hue angle of 88.39º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CB141 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 65 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.31 |
| HSL | 88.39º | 0.46% | 0.47% | - |
| HSV(B) | 88.39º | 0.63% | 0.69% | - |
| XYZ | 24.99 | 36.11 | 10.65 | - |
| YUV | 148.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 65 | 0.30 | 0 | 0.63 | 0.31 | 88.39 | 0.46 | 0.47 |
| Hex | 7C | B1 | 41 | 1E | 0 | 3F | 1F | 58 | 2E | 2F |
| Octal | 174 | 261 | 101 | 36 | 0 | 77 | 37 | 130 | 56 | 57 |
| Binary | 1111100 | 10110001 | 1000001 | 11110 | 0 | 111111 | 11111 | 1011000 | 101110 | 101111 |
Color Harmonies of #7CB141
Complementary color
Monochromatic Colors of #7CB141
Black with #7CB141
Text Example
Text Example
White with #7CB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB141; }
p { color: rgb(124,177,65); }
H1.HeaderClassName
{
color: #7CB141;
}
.AnyTagClassName
{
color: #7CB141;
}
</style>
background-color css
<style>
a { background-color: #7CB141; }
a { background-color: rgb(124,177,65); }
div.DivClassName
{
background-color: #7CB141;
}
.BgClassName
{
background-color: #7CB141;
}
</style>
border-color css
<style>
span { border-color: #7CB141; }
span { border-color: rgb(124,177,65); }
td.TdClassName
{
border-color: #7CB141;
}
.TagClassName
{
border-color: #7CB141;
}
</style>