Shades of Sushi #7C993A
Tints of Sushi #7C993A
RGB
CMYK
RGB Variations
Color information
#7C993A (or 0x7C993A) is known color: Sushi. HEX triplet: 7C, 99 and 3A. RGB value is (124,153,58). Sum of RGB (Red+Green+Blue) = 124+153+58=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #7C993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C993A is #8366C5. Grayscale: #858585. Windows color (decimal): -8611526 or 3840380. OLE color: 3840380.
HSL color Cylindrical-coordinate representation of color #7C993A: hue angle of 78.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C993A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 58 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.4 |
| HSL | 78.32º | 0.45% | 0.41% | - |
| HSV(B) | 78.32º | 0.62% | 0.6% | - |
| XYZ | 20.47 | 27.37 | 8.21 | - |
| YUV | 133.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 58 | 0.19 | 0 | 0.62 | 0.4 | 78.32 | 0.45 | 0.41 |
| Hex | 7C | 99 | 3A | 13 | 0 | 3E | 28 | 4E | 2D | 29 |
| Octal | 174 | 231 | 72 | 23 | 0 | 76 | 50 | 116 | 55 | 51 |
| Binary | 1111100 | 10011001 | 111010 | 10011 | 0 | 111110 | 101000 | 1001110 | 101101 | 101001 |
Color Harmonies of #7C993A
Complementary color
Monochromatic Colors of #7C993A
Black with #7C993A
Text Example
Text Example
White with #7C993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C993A; }
p { color: rgb(124,153,58); }
H1.HeaderClassName
{
color: #7C993A;
}
.AnyTagClassName
{
color: #7C993A;
}
</style>
background-color css
<style>
a { background-color: #7C993A; }
a { background-color: rgb(124,153,58); }
div.DivClassName
{
background-color: #7C993A;
}
.BgClassName
{
background-color: #7C993A;
}
</style>
border-color css
<style>
span { border-color: #7C993A; }
span { border-color: rgb(124,153,58); }
td.TdClassName
{
border-color: #7C993A;
}
.TagClassName
{
border-color: #7C993A;
}
</style>