Shades of Sushi #7CAC36
Tints of Sushi #7CAC36
RGB
CMYK
RGB Variations
Color information
#7CAC36 (or 0x7CAC36) is known color: Sushi. HEX triplet: 7C, AC and 36. RGB value is (124,172,54). Sum of RGB (Red+Green+Blue) = 124+172+54=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC36 is #8353C9. Grayscale: #909090. Windows color (decimal): -8606666 or 3583100. OLE color: 3583100.
HSL color Cylindrical-coordinate representation of color #7CAC36: hue angle of 84.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CAC36 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 54 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.33 |
| HSL | 84.41º | 0.52% | 0.44% | - |
| HSV(B) | 84.41º | 0.69% | 0.67% | - |
| XYZ | 23.73 | 34.06 | 8.81 | - |
| YUV | 144.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 54 | 0.28 | 0 | 0.69 | 0.33 | 84.41 | 0.52 | 0.44 |
| Hex | 7C | AC | 36 | 1C | 0 | 45 | 21 | 54 | 34 | 2C |
| Octal | 174 | 254 | 66 | 34 | 0 | 105 | 41 | 124 | 64 | 54 |
| Binary | 1111100 | 10101100 | 110110 | 11100 | 0 | 1000101 | 100001 | 1010100 | 110100 | 101100 |
Color Harmonies of #7CAC36
Complementary color
Monochromatic Colors of #7CAC36
Black with #7CAC36
Text Example
Text Example
White with #7CAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC36; }
p { color: rgb(124,172,54); }
H1.HeaderClassName
{
color: #7CAC36;
}
.AnyTagClassName
{
color: #7CAC36;
}
</style>
background-color css
<style>
a { background-color: #7CAC36; }
a { background-color: rgb(124,172,54); }
div.DivClassName
{
background-color: #7CAC36;
}
.BgClassName
{
background-color: #7CAC36;
}
</style>
border-color css
<style>
span { border-color: #7CAC36; }
span { border-color: rgb(124,172,54); }
td.TdClassName
{
border-color: #7CAC36;
}
.TagClassName
{
border-color: #7CAC36;
}
</style>