Shades of Sushi #7C9722
Tints of Sushi #7C9722
RGB
CMYK
RGB Variations
Color information
#7C9722 (or 0x7C9722) is known color: Sushi. HEX triplet: 7C, 97 and 22. RGB value is (124,151,34). Sum of RGB (Red+Green+Blue) = 124+151+34=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9722 is #8368DD. Grayscale: #828282. Windows color (decimal): -8612062 or 2267004. OLE color: 2267004.
HSL color Cylindrical-coordinate representation of color #7C9722: hue angle of 73.85º 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 #7C9722 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 34 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.41 |
| HSL | 73.85º | 0.63% | 0.36% | - |
| HSV(B) | 73.85º | 0.77% | 0.59% | - |
| XYZ | 19.67 | 26.53 | 5.6 | - |
| YUV | 129.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 34 | 0.18 | 0 | 0.77 | 0.41 | 73.85 | 0.63 | 0.36 |
| Hex | 7C | 97 | 22 | 12 | 0 | 4D | 29 | 4A | 3F | 24 |
| Octal | 174 | 227 | 42 | 22 | 0 | 115 | 51 | 112 | 77 | 44 |
| Binary | 1111100 | 10010111 | 100010 | 10010 | 0 | 1001101 | 101001 | 1001010 | 111111 | 100100 |
Color Harmonies of #7C9722
Complementary color
Monochromatic Colors of #7C9722
Black with #7C9722
Text Example
Text Example
White with #7C9722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9722; }
p { color: rgb(124,151,34); }
H1.HeaderClassName
{
color: #7C9722;
}
.AnyTagClassName
{
color: #7C9722;
}
</style>
background-color css
<style>
a { background-color: #7C9722; }
a { background-color: rgb(124,151,34); }
div.DivClassName
{
background-color: #7C9722;
}
.BgClassName
{
background-color: #7C9722;
}
</style>
border-color css
<style>
span { border-color: #7C9722; }
span { border-color: rgb(124,151,34); }
td.TdClassName
{
border-color: #7C9722;
}
.TagClassName
{
border-color: #7C9722;
}
</style>