Shades of Sushi #7C9945
Tints of Sushi #7C9945
RGB
CMYK
RGB Variations
Color information
#7C9945 (or 0x7C9945) is known color: Sushi. HEX triplet: 7C, 99 and 45. RGB value is (124,153,69). Sum of RGB (Red+Green+Blue) = 124+153+69=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9945 is #8366BA. Grayscale: #878787. Windows color (decimal): -8611515 or 4561276. OLE color: 4561276.
HSL color Cylindrical-coordinate representation of color #7C9945: hue angle of 80.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C9945 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 69 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.4 |
| HSL | 80.71º | 0.38% | 0.44% | - |
| HSV(B) | 80.71º | 0.55% | 0.6% | - |
| XYZ | 20.78 | 27.5 | 9.84 | - |
| YUV | 134.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 69 | 0.19 | 0 | 0.55 | 0.4 | 80.71 | 0.38 | 0.44 |
| Hex | 7C | 99 | 45 | 13 | 0 | 37 | 28 | 51 | 26 | 2C |
| Octal | 174 | 231 | 105 | 23 | 0 | 67 | 50 | 121 | 46 | 54 |
| Binary | 1111100 | 10011001 | 1000101 | 10011 | 0 | 110111 | 101000 | 1010001 | 100110 | 101100 |
Color Harmonies of #7C9945
Complementary color
Monochromatic Colors of #7C9945
Black with #7C9945
Text Example
Text Example
White with #7C9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9945; }
p { color: rgb(124,153,69); }
H1.HeaderClassName
{
color: #7C9945;
}
.AnyTagClassName
{
color: #7C9945;
}
</style>
background-color css
<style>
a { background-color: #7C9945; }
a { background-color: rgb(124,153,69); }
div.DivClassName
{
background-color: #7C9945;
}
.BgClassName
{
background-color: #7C9945;
}
</style>
border-color css
<style>
span { border-color: #7C9945; }
span { border-color: rgb(124,153,69); }
td.TdClassName
{
border-color: #7C9945;
}
.TagClassName
{
border-color: #7C9945;
}
</style>