Shades of Apple #66A85B
Tints of Apple #66A85B
RGB
CMYK
RGB Variations
Color information
#66A85B (or 0x66A85B) is known color: Apple. HEX triplet: 66, A8 and 5B. RGB value is (102,168,91). Sum of RGB (Red+Green+Blue) = 102+168+91=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #66A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A85B is #9957A4. Grayscale: #8B8B8B. Windows color (decimal): -10049445 or 6006886. OLE color: 6006886.
HSL color Cylindrical-coordinate representation of color #66A85B: hue angle of 111.43º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66A85B is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 91 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.34 |
| HSL | 111.43º | 0.31% | 0.51% | - |
| HSV(B) | 111.43º | 0.46% | 0.66% | - |
| XYZ | 21.37 | 31.59 | 14.87 | - |
| YUV | 139.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 91 | 0.39 | 0 | 0.46 | 0.34 | 111.43 | 0.31 | 0.51 |
| Hex | 66 | A8 | 5B | 27 | 0 | 2E | 22 | 6F | 1F | 33 |
| Octal | 146 | 250 | 133 | 47 | 0 | 56 | 42 | 157 | 37 | 63 |
| Binary | 1100110 | 10101000 | 1011011 | 100111 | 0 | 101110 | 100010 | 1101111 | 11111 | 110011 |
Color Harmonies of #66A85B
Complementary color
Monochromatic Colors of #66A85B
Black with #66A85B
Text Example
Text Example
White with #66A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A85B; }
p { color: rgb(102,168,91); }
H1.HeaderClassName
{
color: #66A85B;
}
.AnyTagClassName
{
color: #66A85B;
}
</style>
background-color css
<style>
a { background-color: #66A85B; }
a { background-color: rgb(102,168,91); }
div.DivClassName
{
background-color: #66A85B;
}
.BgClassName
{
background-color: #66A85B;
}
</style>
border-color css
<style>
span { border-color: #66A85B; }
span { border-color: rgb(102,168,91); }
td.TdClassName
{
border-color: #66A85B;
}
.TagClassName
{
border-color: #66A85B;
}
</style>