Shades of Apple #66A549
Tints of Apple #66A549
RGB
CMYK
RGB Variations
Color information
#66A549 (or 0x66A549) is known color: Apple. HEX triplet: 66, A5 and 49. RGB value is (102,165,73). Sum of RGB (Red+Green+Blue) = 102+165+73=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #66A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A549 is #995AB6. Grayscale: #878787. Windows color (decimal): -10050231 or 4826470. OLE color: 4826470.
HSL color Cylindrical-coordinate representation of color #66A549: hue angle of 101.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A549 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 73 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.35 |
| HSL | 101.09º | 0.39% | 0.47% | - |
| HSV(B) | 101.09º | 0.56% | 0.65% | - |
| XYZ | 20.14 | 30.22 | 11.07 | - |
| YUV | 135.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 73 | 0.38 | 0 | 0.56 | 0.35 | 101.09 | 0.39 | 0.47 |
| Hex | 66 | A5 | 49 | 26 | 0 | 38 | 23 | 65 | 27 | 2F |
| Octal | 146 | 245 | 111 | 46 | 0 | 70 | 43 | 145 | 47 | 57 |
| Binary | 1100110 | 10100101 | 1001001 | 100110 | 0 | 111000 | 100011 | 1100101 | 100111 | 101111 |
Color Harmonies of #66A549
Complementary color
Monochromatic Colors of #66A549
Black with #66A549
Text Example
Text Example
White with #66A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A549; }
p { color: rgb(102,165,73); }
H1.HeaderClassName
{
color: #66A549;
}
.AnyTagClassName
{
color: #66A549;
}
</style>
background-color css
<style>
a { background-color: #66A549; }
a { background-color: rgb(102,165,73); }
div.DivClassName
{
background-color: #66A549;
}
.BgClassName
{
background-color: #66A549;
}
</style>
border-color css
<style>
span { border-color: #66A549; }
span { border-color: rgb(102,165,73); }
td.TdClassName
{
border-color: #66A549;
}
.TagClassName
{
border-color: #66A549;
}
</style>