Shades of Apple #66A345
Tints of Apple #66A345
RGB
CMYK
RGB Variations
Color information
#66A345 (or 0x66A345) is known color: Apple. HEX triplet: 66, A3 and 45. RGB value is (102,163,69). Sum of RGB (Red+Green+Blue) = 102+163+69=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #66A345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A345 is #995CBA. Grayscale: #868686. Windows color (decimal): -10050747 or 4563814. OLE color: 4563814.
HSL color Cylindrical-coordinate representation of color #66A345: hue angle of 98.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A345 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 69 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.36 |
| HSL | 98.94º | 0.41% | 0.45% | - |
| HSV(B) | 98.94º | 0.58% | 0.64% | - |
| XYZ | 19.65 | 29.45 | 10.28 | - |
| YUV | 134.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 69 | 0.37 | 0 | 0.58 | 0.36 | 98.94 | 0.41 | 0.45 |
| Hex | 66 | A3 | 45 | 25 | 0 | 3A | 24 | 63 | 29 | 2D |
| Octal | 146 | 243 | 105 | 45 | 0 | 72 | 44 | 143 | 51 | 55 |
| Binary | 1100110 | 10100011 | 1000101 | 100101 | 0 | 111010 | 100100 | 1100011 | 101001 | 101101 |
Color Harmonies of #66A345
Complementary color
Monochromatic Colors of #66A345
Black with #66A345
Text Example
Text Example
White with #66A345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A345; }
p { color: rgb(102,163,69); }
H1.HeaderClassName
{
color: #66A345;
}
.AnyTagClassName
{
color: #66A345;
}
</style>
background-color css
<style>
a { background-color: #66A345; }
a { background-color: rgb(102,163,69); }
div.DivClassName
{
background-color: #66A345;
}
.BgClassName
{
background-color: #66A345;
}
</style>
border-color css
<style>
span { border-color: #66A345; }
span { border-color: rgb(102,163,69); }
td.TdClassName
{
border-color: #66A345;
}
.TagClassName
{
border-color: #66A345;
}
</style>