Shades of Chelsea Cucumber #7CAF46
Tints of Chelsea Cucumber #7CAF46
RGB
CMYK
RGB Variations
Color information
#7CAF46 (or 0x7CAF46) is known color: Chelsea Cucumber. HEX triplet: 7C, AF and 46. RGB value is (124,175,70). Sum of RGB (Red+Green+Blue) = 124+175+70=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF46 is #8350B9. Grayscale: #949494. Windows color (decimal): -8605882 or 4632444. OLE color: 4632444.
HSL color Cylindrical-coordinate representation of color #7CAF46: hue angle of 89.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CAF46 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 70 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.31 |
| HSL | 89.14º | 0.43% | 0.48% | - |
| HSV(B) | 89.14º | 0.6% | 0.69% | - |
| XYZ | 24.75 | 35.39 | 11.32 | - |
| YUV | 147.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 70 | 0.29 | 0 | 0.60 | 0.31 | 89.14 | 0.43 | 0.48 |
| Hex | 7C | AF | 46 | 1D | 0 | 3C | 1F | 59 | 2B | 30 |
| Octal | 174 | 257 | 106 | 35 | 0 | 74 | 37 | 131 | 53 | 60 |
| Binary | 1111100 | 10101111 | 1000110 | 11101 | 0 | 111100 | 11111 | 1011001 | 101011 | 110000 |
Color Harmonies of #7CAF46
Complementary color
Monochromatic Colors of #7CAF46
Black with #7CAF46
Text Example
Text Example
White with #7CAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF46; }
p { color: rgb(124,175,70); }
H1.HeaderClassName
{
color: #7CAF46;
}
.AnyTagClassName
{
color: #7CAF46;
}
</style>
background-color css
<style>
a { background-color: #7CAF46; }
a { background-color: rgb(124,175,70); }
div.DivClassName
{
background-color: #7CAF46;
}
.BgClassName
{
background-color: #7CAF46;
}
</style>
border-color css
<style>
span { border-color: #7CAF46; }
span { border-color: rgb(124,175,70); }
td.TdClassName
{
border-color: #7CAF46;
}
.TagClassName
{
border-color: #7CAF46;
}
</style>