Shades of Apple #66B547
Tints of Apple #66B547
RGB
CMYK
RGB Variations
Color information
#66B547 (or 0x66B547) is known color: Apple. HEX triplet: 66, B5 and 47. RGB value is (102,181,71). Sum of RGB (Red+Green+Blue) = 102+181+71=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #66B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B547 is #994AB8. Grayscale: #919191. Windows color (decimal): -10046137 or 4699494. OLE color: 4699494.
HSL color Cylindrical-coordinate representation of color #66B547: hue angle of 103.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66B547 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 71 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.29 |
| HSL | 103.09º | 0.44% | 0.49% | - |
| HSV(B) | 103.09º | 0.61% | 0.71% | - |
| XYZ | 23.14 | 36.33 | 11.75 | - |
| YUV | 144.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 71 | 0.44 | 0 | 0.61 | 0.29 | 103.09 | 0.44 | 0.49 |
| Hex | 66 | B5 | 47 | 2C | 0 | 3D | 1D | 67 | 2C | 31 |
| Octal | 146 | 265 | 107 | 54 | 0 | 75 | 35 | 147 | 54 | 61 |
| Binary | 1100110 | 10110101 | 1000111 | 101100 | 0 | 111101 | 11101 | 1100111 | 101100 | 110001 |
Color Harmonies of #66B547
Complementary color
Monochromatic Colors of #66B547
Black with #66B547
Text Example
Text Example
White with #66B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B547; }
p { color: rgb(102,181,71); }
H1.HeaderClassName
{
color: #66B547;
}
.AnyTagClassName
{
color: #66B547;
}
</style>
background-color css
<style>
a { background-color: #66B547; }
a { background-color: rgb(102,181,71); }
div.DivClassName
{
background-color: #66B547;
}
.BgClassName
{
background-color: #66B547;
}
</style>
border-color css
<style>
span { border-color: #66B547; }
span { border-color: rgb(102,181,71); }
td.TdClassName
{
border-color: #66B547;
}
.TagClassName
{
border-color: #66B547;
}
</style>