Shades of Sushi #7CAF3A
Tints of Sushi #7CAF3A
RGB
CMYK
RGB Variations
Color information
#7CAF3A (or 0x7CAF3A) is known color: Sushi. HEX triplet: 7C, AF and 3A. RGB value is (124,175,58). Sum of RGB (Red+Green+Blue) = 124+175+58=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF3A is #8350C5. Grayscale: #929292. Windows color (decimal): -8605894 or 3846012. OLE color: 3846012.
HSL color Cylindrical-coordinate representation of color #7CAF3A: hue angle of 86.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CAF3A is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 58 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.31 |
| HSL | 86.15º | 0.5% | 0.46% | - |
| HSV(B) | 86.15º | 0.67% | 0.69% | - |
| XYZ | 24.41 | 35.25 | 9.52 | - |
| YUV | 146.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 58 | 0.29 | 0 | 0.67 | 0.31 | 86.15 | 0.5 | 0.46 |
| Hex | 7C | AF | 3A | 1D | 0 | 43 | 1F | 56 | 32 | 2E |
| Octal | 174 | 257 | 72 | 35 | 0 | 103 | 37 | 126 | 62 | 56 |
| Binary | 1111100 | 10101111 | 111010 | 11101 | 0 | 1000011 | 11111 | 1010110 | 110010 | 101110 |
Color Harmonies of #7CAF3A
Complementary color
Monochromatic Colors of #7CAF3A
Black with #7CAF3A
Text Example
Text Example
White with #7CAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF3A; }
p { color: rgb(124,175,58); }
H1.HeaderClassName
{
color: #7CAF3A;
}
.AnyTagClassName
{
color: #7CAF3A;
}
</style>
background-color css
<style>
a { background-color: #7CAF3A; }
a { background-color: rgb(124,175,58); }
div.DivClassName
{
background-color: #7CAF3A;
}
.BgClassName
{
background-color: #7CAF3A;
}
</style>
border-color css
<style>
span { border-color: #7CAF3A; }
span { border-color: rgb(124,175,58); }
td.TdClassName
{
border-color: #7CAF3A;
}
.TagClassName
{
border-color: #7CAF3A;
}
</style>