Shades of Sushi #7CAA3C
Tints of Sushi #7CAA3C
RGB
CMYK
RGB Variations
Color information
#7CAA3C (or 0x7CAA3C) is known color: Sushi. HEX triplet: 7C, AA and 3C. RGB value is (124,170,60). Sum of RGB (Red+Green+Blue) = 124+170+60=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA3C is #8355C3. Grayscale: #909090. Windows color (decimal): -8607172 or 3975804. OLE color: 3975804.
HSL color Cylindrical-coordinate representation of color #7CAA3C: hue angle of 85.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CAA3C is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 60 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.33 |
| HSL | 85.09º | 0.48% | 0.45% | - |
| HSV(B) | 85.09º | 0.65% | 0.67% | - |
| XYZ | 23.5 | 33.36 | 9.48 | - |
| YUV | 143.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 60 | 0.27 | 0 | 0.65 | 0.33 | 85.09 | 0.48 | 0.45 |
| Hex | 7C | AA | 3C | 1B | 0 | 41 | 21 | 55 | 30 | 2D |
| Octal | 174 | 252 | 74 | 33 | 0 | 101 | 41 | 125 | 60 | 55 |
| Binary | 1111100 | 10101010 | 111100 | 11011 | 0 | 1000001 | 100001 | 1010101 | 110000 | 101101 |
Color Harmonies of #7CAA3C
Complementary color
Monochromatic Colors of #7CAA3C
Black with #7CAA3C
Text Example
Text Example
White with #7CAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA3C; }
p { color: rgb(124,170,60); }
H1.HeaderClassName
{
color: #7CAA3C;
}
.AnyTagClassName
{
color: #7CAA3C;
}
</style>
background-color css
<style>
a { background-color: #7CAA3C; }
a { background-color: rgb(124,170,60); }
div.DivClassName
{
background-color: #7CAA3C;
}
.BgClassName
{
background-color: #7CAA3C;
}
</style>
border-color css
<style>
span { border-color: #7CAA3C; }
span { border-color: rgb(124,170,60); }
td.TdClassName
{
border-color: #7CAA3C;
}
.TagClassName
{
border-color: #7CAA3C;
}
</style>