Shades of Apple #66B449
Tints of Apple #66B449
RGB
CMYK
RGB Variations
Color information
#66B449 (or 0x66B449) is known color: Apple. HEX triplet: 66, B4 and 49. RGB value is (102,180,73). Sum of RGB (Red+Green+Blue) = 102+180+73=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #66B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B449 is #994BB6. Grayscale: #909090. Windows color (decimal): -10046391 or 4830310. OLE color: 4830310.
HSL color Cylindrical-coordinate representation of color #66B449: hue angle of 103.74º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B449 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 73 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.29 |
| HSL | 103.74º | 0.42% | 0.5% | - |
| HSV(B) | 103.74º | 0.59% | 0.71% | - |
| XYZ | 23 | 35.95 | 12.03 | - |
| YUV | 144.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 73 | 0.43 | 0 | 0.59 | 0.29 | 103.74 | 0.42 | 0.5 |
| Hex | 66 | B4 | 49 | 2B | 0 | 3B | 1D | 68 | 2A | 32 |
| Octal | 146 | 264 | 111 | 53 | 0 | 73 | 35 | 150 | 52 | 62 |
| Binary | 1100110 | 10110100 | 1001001 | 101011 | 0 | 111011 | 11101 | 1101000 | 101010 | 110010 |
Color Harmonies of #66B449
Complementary color
Monochromatic Colors of #66B449
Black with #66B449
Text Example
Text Example
White with #66B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B449; }
p { color: rgb(102,180,73); }
H1.HeaderClassName
{
color: #66B449;
}
.AnyTagClassName
{
color: #66B449;
}
</style>
background-color css
<style>
a { background-color: #66B449; }
a { background-color: rgb(102,180,73); }
div.DivClassName
{
background-color: #66B449;
}
.BgClassName
{
background-color: #66B449;
}
</style>
border-color css
<style>
span { border-color: #66B449; }
span { border-color: rgb(102,180,73); }
td.TdClassName
{
border-color: #66B449;
}
.TagClassName
{
border-color: #66B449;
}
</style>