Shades of Sushi #7CAF3C
Tints of Sushi #7CAF3C
RGB
CMYK
RGB Variations
Color information
#7CAF3C (or 0x7CAF3C) is known color: Sushi. HEX triplet: 7C, AF and 3C. RGB value is (124,175,60). Sum of RGB (Red+Green+Blue) = 124+175+60=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF3C is #8350C3. Grayscale: #939393. Windows color (decimal): -8605892 or 3977084. OLE color: 3977084.
HSL color Cylindrical-coordinate representation of color #7CAF3C: hue angle of 86.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CAF3C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 60 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.31 |
| HSL | 86.61º | 0.49% | 0.46% | - |
| HSV(B) | 86.61º | 0.66% | 0.69% | - |
| XYZ | 24.46 | 35.27 | 9.79 | - |
| YUV | 146.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 60 | 0.29 | 0 | 0.66 | 0.31 | 86.61 | 0.49 | 0.46 |
| Hex | 7C | AF | 3C | 1D | 0 | 42 | 1F | 57 | 31 | 2E |
| Octal | 174 | 257 | 74 | 35 | 0 | 102 | 37 | 127 | 61 | 56 |
| Binary | 1111100 | 10101111 | 111100 | 11101 | 0 | 1000010 | 11111 | 1010111 | 110001 | 101110 |
Color Harmonies of #7CAF3C
Complementary color
Monochromatic Colors of #7CAF3C
Black with #7CAF3C
Text Example
Text Example
White with #7CAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF3C; }
p { color: rgb(124,175,60); }
H1.HeaderClassName
{
color: #7CAF3C;
}
.AnyTagClassName
{
color: #7CAF3C;
}
</style>
background-color css
<style>
a { background-color: #7CAF3C; }
a { background-color: rgb(124,175,60); }
div.DivClassName
{
background-color: #7CAF3C;
}
.BgClassName
{
background-color: #7CAF3C;
}
</style>
border-color css
<style>
span { border-color: #7CAF3C; }
span { border-color: rgb(124,175,60); }
td.TdClassName
{
border-color: #7CAF3C;
}
.TagClassName
{
border-color: #7CAF3C;
}
</style>