Shades of Sushi #7CA936
Tints of Sushi #7CA936
RGB
CMYK
RGB Variations
Color information
#7CA936 (or 0x7CA936) is known color: Sushi. HEX triplet: 7C, A9 and 36. RGB value is (124,169,54). Sum of RGB (Red+Green+Blue) = 124+169+54=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA936 is #8356C9. Grayscale: #8E8E8E. Windows color (decimal): -8607434 or 3582332. OLE color: 3582332.
HSL color Cylindrical-coordinate representation of color #7CA936: hue angle of 83.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CA936 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 169 | 54 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.34 |
| HSL | 83.48º | 0.52% | 0.44% | - |
| HSV(B) | 83.48º | 0.68% | 0.66% | - |
| XYZ | 23.17 | 32.93 | 8.62 | - |
| YUV | 142.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 169 | 54 | 0.27 | 0 | 0.68 | 0.34 | 83.48 | 0.52 | 0.44 |
| Hex | 7C | A9 | 36 | 1B | 0 | 44 | 22 | 53 | 34 | 2C |
| Octal | 174 | 251 | 66 | 33 | 0 | 104 | 42 | 123 | 64 | 54 |
| Binary | 1111100 | 10101001 | 110110 | 11011 | 0 | 1000100 | 100010 | 1010011 | 110100 | 101100 |
Color Harmonies of #7CA936
Complementary color
Monochromatic Colors of #7CA936
Black with #7CA936
Text Example
Text Example
White with #7CA936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA936; }
p { color: rgb(124,169,54); }
H1.HeaderClassName
{
color: #7CA936;
}
.AnyTagClassName
{
color: #7CA936;
}
</style>
background-color css
<style>
a { background-color: #7CA936; }
a { background-color: rgb(124,169,54); }
div.DivClassName
{
background-color: #7CA936;
}
.BgClassName
{
background-color: #7CA936;
}
</style>
border-color css
<style>
span { border-color: #7CA936; }
span { border-color: rgb(124,169,54); }
td.TdClassName
{
border-color: #7CA936;
}
.TagClassName
{
border-color: #7CA936;
}
</style>