Shades of Apple #66A43B
Tints of Apple #66A43B
RGB
CMYK
RGB Variations
Color information
#66A43B (or 0x66A43B) is known color: Apple. HEX triplet: 66, A4 and 3B. RGB value is (102,164,59). Sum of RGB (Red+Green+Blue) = 102+164+59=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #66A43B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A43B is #995BC4. Grayscale: #858585. Windows color (decimal): -10050501 or 3908710. OLE color: 3908710.
HSL color Cylindrical-coordinate representation of color #66A43B: hue angle of 95.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66A43B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 59 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.36 |
| HSL | 95.43º | 0.47% | 0.44% | - |
| HSV(B) | 95.43º | 0.64% | 0.64% | - |
| XYZ | 19.54 | 29.69 | 8.84 | - |
| YUV | 133.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 59 | 0.38 | 0 | 0.64 | 0.36 | 95.43 | 0.47 | 0.44 |
| Hex | 66 | A4 | 3B | 26 | 0 | 40 | 24 | 5F | 2F | 2C |
| Octal | 146 | 244 | 73 | 46 | 0 | 100 | 44 | 137 | 57 | 54 |
| Binary | 1100110 | 10100100 | 111011 | 100110 | 0 | 1000000 | 100100 | 1011111 | 101111 | 101100 |
Color Harmonies of #66A43B
Complementary color
Monochromatic Colors of #66A43B
Black with #66A43B
Text Example
Text Example
White with #66A43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A43B; }
p { color: rgb(102,164,59); }
H1.HeaderClassName
{
color: #66A43B;
}
.AnyTagClassName
{
color: #66A43B;
}
</style>
background-color css
<style>
a { background-color: #66A43B; }
a { background-color: rgb(102,164,59); }
div.DivClassName
{
background-color: #66A43B;
}
.BgClassName
{
background-color: #66A43B;
}
</style>
border-color css
<style>
span { border-color: #66A43B; }
span { border-color: rgb(102,164,59); }
td.TdClassName
{
border-color: #66A43B;
}
.TagClassName
{
border-color: #66A43B;
}
</style>