Shades of Apple #6CAF46
Tints of Apple #6CAF46
RGB
CMYK
RGB Variations
Color information
#6CAF46 (or 0x6CAF46) is known color: Apple. HEX triplet: 6C, AF and 46. RGB value is (108,175,70). Sum of RGB (Red+Green+Blue) = 108+175+70=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF46 is #9350B9. Grayscale: #8F8F8F. Windows color (decimal): -9654458 or 4632428. OLE color: 4632428.
HSL color Cylindrical-coordinate representation of color #6CAF46: hue angle of 98.29º 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 #6CAF46 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 70 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.31 |
| HSL | 98.29º | 0.43% | 0.48% | - |
| HSV(B) | 98.29º | 0.6% | 0.69% | - |
| XYZ | 22.62 | 34.29 | 11.22 | - |
| YUV | 143 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 70 | 0.38 | 0 | 0.60 | 0.31 | 98.29 | 0.43 | 0.48 |
| Hex | 6C | AF | 46 | 26 | 0 | 3C | 1F | 62 | 2B | 30 |
| Octal | 154 | 257 | 106 | 46 | 0 | 74 | 37 | 142 | 53 | 60 |
| Binary | 1101100 | 10101111 | 1000110 | 100110 | 0 | 111100 | 11111 | 1100010 | 101011 | 110000 |
Color Harmonies of #6CAF46
Complementary color
Monochromatic Colors of #6CAF46
Black with #6CAF46
Text Example
Text Example
White with #6CAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF46; }
p { color: rgb(108,175,70); }
H1.HeaderClassName
{
color: #6CAF46;
}
.AnyTagClassName
{
color: #6CAF46;
}
</style>
background-color css
<style>
a { background-color: #6CAF46; }
a { background-color: rgb(108,175,70); }
div.DivClassName
{
background-color: #6CAF46;
}
.BgClassName
{
background-color: #6CAF46;
}
</style>
border-color css
<style>
span { border-color: #6CAF46; }
span { border-color: rgb(108,175,70); }
td.TdClassName
{
border-color: #6CAF46;
}
.TagClassName
{
border-color: #6CAF46;
}
</style>