Shades of Apple #66AF47
Tints of Apple #66AF47
RGB
CMYK
RGB Variations
Color information
#66AF47 (or 0x66AF47) is known color: Apple. HEX triplet: 66, AF and 47. RGB value is (102,175,71). Sum of RGB (Red+Green+Blue) = 102+175+71=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF47 is #9950B8. Grayscale: #8D8D8D. Windows color (decimal): -10047673 or 4697958. OLE color: 4697958.
HSL color Cylindrical-coordinate representation of color #66AF47: hue angle of 102.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66AF47 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 71 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.31 |
| HSL | 102.12º | 0.42% | 0.48% | - |
| HSV(B) | 102.12º | 0.59% | 0.69% | - |
| XYZ | 21.95 | 33.94 | 11.36 | - |
| YUV | 141.32 | 88.32 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 71 | 0.42 | 0 | 0.59 | 0.31 | 102.12 | 0.42 | 0.48 |
| Hex | 66 | AF | 47 | 2A | 0 | 3B | 1F | 66 | 2A | 30 |
| Octal | 146 | 257 | 107 | 52 | 0 | 73 | 37 | 146 | 52 | 60 |
| Binary | 1100110 | 10101111 | 1000111 | 101010 | 0 | 111011 | 11111 | 1100110 | 101010 | 110000 |
Color Harmonies of #66AF47
Complementary color
Monochromatic Colors of #66AF47
Black with #66AF47
Text Example
Text Example
White with #66AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF47; }
p { color: rgb(102,175,71); }
H1.HeaderClassName
{
color: #66AF47;
}
.AnyTagClassName
{
color: #66AF47;
}
</style>
background-color css
<style>
a { background-color: #66AF47; }
a { background-color: rgb(102,175,71); }
div.DivClassName
{
background-color: #66AF47;
}
.BgClassName
{
background-color: #66AF47;
}
</style>
border-color css
<style>
span { border-color: #66AF47; }
span { border-color: rgb(102,175,71); }
td.TdClassName
{
border-color: #66AF47;
}
.TagClassName
{
border-color: #66AF47;
}
</style>