Shades of Apple #66A63C
Tints of Apple #66A63C
RGB
CMYK
RGB Variations
Color information
#66A63C (or 0x66A63C) is known color: Apple. HEX triplet: 66, A6 and 3C. RGB value is (102,166,60). Sum of RGB (Red+Green+Blue) = 102+166+60=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #66A63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A63C is #9959C3. Grayscale: #878787. Windows color (decimal): -10049988 or 3974758. OLE color: 3974758.
HSL color Cylindrical-coordinate representation of color #66A63C: hue angle of 96.23º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66A63C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 60 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.35 |
| HSL | 96.23º | 0.47% | 0.44% | - |
| HSV(B) | 96.23º | 0.64% | 0.65% | - |
| XYZ | 19.93 | 30.42 | 9.1 | - |
| YUV | 134.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 60 | 0.39 | 0 | 0.64 | 0.35 | 96.23 | 0.47 | 0.44 |
| Hex | 66 | A6 | 3C | 27 | 0 | 40 | 23 | 60 | 2F | 2C |
| Octal | 146 | 246 | 74 | 47 | 0 | 100 | 43 | 140 | 57 | 54 |
| Binary | 1100110 | 10100110 | 111100 | 100111 | 0 | 1000000 | 100011 | 1100000 | 101111 | 101100 |
Color Harmonies of #66A63C
Complementary color
Monochromatic Colors of #66A63C
Black with #66A63C
Text Example
Text Example
White with #66A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A63C; }
p { color: rgb(102,166,60); }
H1.HeaderClassName
{
color: #66A63C;
}
.AnyTagClassName
{
color: #66A63C;
}
</style>
background-color css
<style>
a { background-color: #66A63C; }
a { background-color: rgb(102,166,60); }
div.DivClassName
{
background-color: #66A63C;
}
.BgClassName
{
background-color: #66A63C;
}
</style>
border-color css
<style>
span { border-color: #66A63C; }
span { border-color: rgb(102,166,60); }
td.TdClassName
{
border-color: #66A63C;
}
.TagClassName
{
border-color: #66A63C;
}
</style>