Shades of Sushi #7C991C
Tints of Sushi #7C991C
RGB
CMYK
RGB Variations
Color information
#7C991C (or 0x7C991C) is known color: Sushi. HEX triplet: 7C, 99 and 1C. RGB value is (124,153,28). Sum of RGB (Red+Green+Blue) = 124+153+28=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #7C991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C991C is #8366E3. Grayscale: #828282. Windows color (decimal): -8611556 or 1874300. OLE color: 1874300.
HSL color Cylindrical-coordinate representation of color #7C991C: hue angle of 73.92º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C991C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 28 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.4 |
| HSL | 73.92º | 0.69% | 0.35% | - |
| HSV(B) | 73.92º | 0.82% | 0.6% | - |
| XYZ | 19.91 | 27.15 | 5.29 | - |
| YUV | 130.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 28 | 0.19 | 0 | 0.82 | 0.4 | 73.92 | 0.69 | 0.35 |
| Hex | 7C | 99 | 1C | 13 | 0 | 52 | 28 | 4A | 45 | 23 |
| Octal | 174 | 231 | 34 | 23 | 0 | 122 | 50 | 112 | 105 | 43 |
| Binary | 1111100 | 10011001 | 11100 | 10011 | 0 | 1010010 | 101000 | 1001010 | 1000101 | 100011 |
Color Harmonies of #7C991C
Complementary color
Monochromatic Colors of #7C991C
Black with #7C991C
Text Example
Text Example
White with #7C991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C991C; }
p { color: rgb(124,153,28); }
H1.HeaderClassName
{
color: #7C991C;
}
.AnyTagClassName
{
color: #7C991C;
}
</style>
background-color css
<style>
a { background-color: #7C991C; }
a { background-color: rgb(124,153,28); }
div.DivClassName
{
background-color: #7C991C;
}
.BgClassName
{
background-color: #7C991C;
}
</style>
border-color css
<style>
span { border-color: #7C991C; }
span { border-color: rgb(124,153,28); }
td.TdClassName
{
border-color: #7C991C;
}
.TagClassName
{
border-color: #7C991C;
}
</style>