Shades of Apple #66B945
Tints of Apple #66B945
RGB
CMYK
RGB Variations
Color information
#66B945 (or 0x66B945) is known color: Apple. HEX triplet: 66, B9 and 45. RGB value is (102,185,69). Sum of RGB (Red+Green+Blue) = 102+185+69=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #66B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B945 is #9946BA. Grayscale: #939393. Windows color (decimal): -10045115 or 4569446. OLE color: 4569446.
HSL color Cylindrical-coordinate representation of color #66B945: hue angle of 102.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66B945 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 69 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.27 |
| HSL | 102.93º | 0.46% | 0.5% | - |
| HSV(B) | 102.93º | 0.63% | 0.73% | - |
| XYZ | 23.9 | 37.95 | 11.7 | - |
| YUV | 146.96 | 84 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 69 | 0.45 | 0 | 0.63 | 0.27 | 102.93 | 0.46 | 0.5 |
| Hex | 66 | B9 | 45 | 2D | 0 | 3F | 1B | 67 | 2E | 32 |
| Octal | 146 | 271 | 105 | 55 | 0 | 77 | 33 | 147 | 56 | 62 |
| Binary | 1100110 | 10111001 | 1000101 | 101101 | 0 | 111111 | 11011 | 1100111 | 101110 | 110010 |
Color Harmonies of #66B945
Complementary color
Monochromatic Colors of #66B945
Black with #66B945
Text Example
Text Example
White with #66B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B945; }
p { color: rgb(102,185,69); }
H1.HeaderClassName
{
color: #66B945;
}
.AnyTagClassName
{
color: #66B945;
}
</style>
background-color css
<style>
a { background-color: #66B945; }
a { background-color: rgb(102,185,69); }
div.DivClassName
{
background-color: #66B945;
}
.BgClassName
{
background-color: #66B945;
}
</style>
border-color css
<style>
span { border-color: #66B945; }
span { border-color: rgb(102,185,69); }
td.TdClassName
{
border-color: #66B945;
}
.TagClassName
{
border-color: #66B945;
}
</style>