Shades of Sushi #7CA033
Tints of Sushi #7CA033
RGB
CMYK
RGB Variations
Color information
#7CA033 (or 0x7CA033) is known color: Sushi. HEX triplet: 7C, A0 and 33. RGB value is (124,160,51). Sum of RGB (Red+Green+Blue) = 124+160+51=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA033 is #835FCC. Grayscale: #898989. Windows color (decimal): -8609741 or 3383420. OLE color: 3383420.
HSL color Cylindrical-coordinate representation of color #7CA033: hue angle of 79.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CA033 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 51 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.37 |
| HSL | 79.82º | 0.52% | 0.41% | - |
| HSV(B) | 79.82º | 0.68% | 0.63% | - |
| XYZ | 21.48 | 29.67 | 7.73 | - |
| YUV | 136.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 51 | 0.22 | 0 | 0.68 | 0.37 | 79.82 | 0.52 | 0.41 |
| Hex | 7C | A0 | 33 | 16 | 0 | 44 | 25 | 50 | 34 | 29 |
| Octal | 174 | 240 | 63 | 26 | 0 | 104 | 45 | 120 | 64 | 51 |
| Binary | 1111100 | 10100000 | 110011 | 10110 | 0 | 1000100 | 100101 | 1010000 | 110100 | 101001 |
Color Harmonies of #7CA033
Complementary color
Monochromatic Colors of #7CA033
Black with #7CA033
Text Example
Text Example
White with #7CA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA033; }
p { color: rgb(124,160,51); }
H1.HeaderClassName
{
color: #7CA033;
}
.AnyTagClassName
{
color: #7CA033;
}
</style>
background-color css
<style>
a { background-color: #7CA033; }
a { background-color: rgb(124,160,51); }
div.DivClassName
{
background-color: #7CA033;
}
.BgClassName
{
background-color: #7CA033;
}
</style>
border-color css
<style>
span { border-color: #7CA033; }
span { border-color: rgb(124,160,51); }
td.TdClassName
{
border-color: #7CA033;
}
.TagClassName
{
border-color: #7CA033;
}
</style>