Shades of Sushi #7C9622
Tints of Sushi #7C9622
RGB
CMYK
RGB Variations
Color information
#7C9622 (or 0x7C9622) is known color: Sushi. HEX triplet: 7C, 96 and 22. RGB value is (124,150,34). Sum of RGB (Red+Green+Blue) = 124+150+34=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9622 is #8369DD. Grayscale: #818181. Windows color (decimal): -8612318 or 2266748. OLE color: 2266748.
HSL color Cylindrical-coordinate representation of color #7C9622: hue angle of 73.45º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C9622 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 34 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.41 |
| HSL | 73.45º | 0.63% | 0.36% | - |
| HSV(B) | 73.45º | 0.77% | 0.59% | - |
| XYZ | 19.51 | 26.21 | 5.54 | - |
| YUV | 129 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 34 | 0.17 | 0 | 0.77 | 0.41 | 73.45 | 0.63 | 0.36 |
| Hex | 7C | 96 | 22 | 11 | 0 | 4D | 29 | 49 | 3F | 24 |
| Octal | 174 | 226 | 42 | 21 | 0 | 115 | 51 | 111 | 77 | 44 |
| Binary | 1111100 | 10010110 | 100010 | 10001 | 0 | 1001101 | 101001 | 1001001 | 111111 | 100100 |
Color Harmonies of #7C9622
Complementary color
Monochromatic Colors of #7C9622
Black with #7C9622
Text Example
Text Example
White with #7C9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9622; }
p { color: rgb(124,150,34); }
H1.HeaderClassName
{
color: #7C9622;
}
.AnyTagClassName
{
color: #7C9622;
}
</style>
background-color css
<style>
a { background-color: #7C9622; }
a { background-color: rgb(124,150,34); }
div.DivClassName
{
background-color: #7C9622;
}
.BgClassName
{
background-color: #7C9622;
}
</style>
border-color css
<style>
span { border-color: #7C9622; }
span { border-color: rgb(124,150,34); }
td.TdClassName
{
border-color: #7C9622;
}
.TagClassName
{
border-color: #7C9622;
}
</style>