Shades of Sushi #7CA830
Tints of Sushi #7CA830
RGB
CMYK
RGB Variations
Color information
#7CA830 (or 0x7CA830) is known color: Sushi. HEX triplet: 7C, A8 and 30. RGB value is (124,168,48). Sum of RGB (Red+Green+Blue) = 124+168+48=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA830 is #8357CF. Grayscale: #8D8D8D. Windows color (decimal): -8607696 or 3188860. OLE color: 3188860.
HSL color Cylindrical-coordinate representation of color #7CA830: hue angle of 82º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CA830 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 168 | 48 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.34 |
| HSL | 82º | 0.56% | 0.42% | - |
| HSV(B) | 82º | 0.71% | 0.66% | - |
| XYZ | 22.85 | 32.5 | 7.87 | - |
| YUV | 141.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 168 | 48 | 0.26 | 0 | 0.71 | 0.34 | 82 | 0.56 | 0.42 |
| Hex | 7C | A8 | 30 | 1A | 0 | 47 | 22 | 52 | 38 | 2A |
| Octal | 174 | 250 | 60 | 32 | 0 | 107 | 42 | 122 | 70 | 52 |
| Binary | 1111100 | 10101000 | 110000 | 11010 | 0 | 1000111 | 100010 | 1010010 | 111000 | 101010 |
Color Harmonies of #7CA830
Complementary color
Monochromatic Colors of #7CA830
Black with #7CA830
Text Example
Text Example
White with #7CA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA830; }
p { color: rgb(124,168,48); }
H1.HeaderClassName
{
color: #7CA830;
}
.AnyTagClassName
{
color: #7CA830;
}
</style>
background-color css
<style>
a { background-color: #7CA830; }
a { background-color: rgb(124,168,48); }
div.DivClassName
{
background-color: #7CA830;
}
.BgClassName
{
background-color: #7CA830;
}
</style>
border-color css
<style>
span { border-color: #7CA830; }
span { border-color: rgb(124,168,48); }
td.TdClassName
{
border-color: #7CA830;
}
.TagClassName
{
border-color: #7CA830;
}
</style>