Shades of Sushi #7CAC32
Tints of Sushi #7CAC32
RGB
CMYK
RGB Variations
Color information
#7CAC32 (or 0x7CAC32) is known color: Sushi. HEX triplet: 7C, AC and 32. RGB value is (124,172,50). Sum of RGB (Red+Green+Blue) = 124+172+50=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC32 is #8353CD. Grayscale: #909090. Windows color (decimal): -8606670 or 3320956. OLE color: 3320956.
HSL color Cylindrical-coordinate representation of color #7CAC32: hue angle of 83.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CAC32 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 50 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.33 |
| HSL | 83.61º | 0.55% | 0.44% | - |
| HSV(B) | 83.61º | 0.71% | 0.67% | - |
| XYZ | 23.64 | 34.02 | 8.34 | - |
| YUV | 143.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 50 | 0.28 | 0 | 0.71 | 0.33 | 83.61 | 0.55 | 0.44 |
| Hex | 7C | AC | 32 | 1C | 0 | 47 | 21 | 54 | 37 | 2C |
| Octal | 174 | 254 | 62 | 34 | 0 | 107 | 41 | 124 | 67 | 54 |
| Binary | 1111100 | 10101100 | 110010 | 11100 | 0 | 1000111 | 100001 | 1010100 | 110111 | 101100 |
Color Harmonies of #7CAC32
Complementary color
Monochromatic Colors of #7CAC32
Black with #7CAC32
Text Example
Text Example
White with #7CAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC32; }
p { color: rgb(124,172,50); }
H1.HeaderClassName
{
color: #7CAC32;
}
.AnyTagClassName
{
color: #7CAC32;
}
</style>
background-color css
<style>
a { background-color: #7CAC32; }
a { background-color: rgb(124,172,50); }
div.DivClassName
{
background-color: #7CAC32;
}
.BgClassName
{
background-color: #7CAC32;
}
</style>
border-color css
<style>
span { border-color: #7CAC32; }
span { border-color: rgb(124,172,50); }
td.TdClassName
{
border-color: #7CAC32;
}
.TagClassName
{
border-color: #7CAC32;
}
</style>