Shades of Apple #66B349
Tints of Apple #66B349
RGB
CMYK
RGB Variations
Color information
#66B349 (or 0x66B349) is known color: Apple. HEX triplet: 66, B3 and 49. RGB value is (102,179,73). Sum of RGB (Red+Green+Blue) = 102+179+73=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #66B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B349 is #994CB6. Grayscale: #909090. Windows color (decimal): -10046647 or 4830054. OLE color: 4830054.
HSL color Cylindrical-coordinate representation of color #66B349: hue angle of 103.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B349 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 73 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.30 |
| HSL | 103.58º | 0.42% | 0.49% | - |
| HSV(B) | 103.58º | 0.59% | 0.7% | - |
| XYZ | 22.8 | 35.55 | 11.96 | - |
| YUV | 143.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 73 | 0.43 | 0 | 0.59 | 0.30 | 103.58 | 0.42 | 0.49 |
| Hex | 66 | B3 | 49 | 2B | 0 | 3B | 1E | 68 | 2A | 31 |
| Octal | 146 | 263 | 111 | 53 | 0 | 73 | 36 | 150 | 52 | 61 |
| Binary | 1100110 | 10110011 | 1001001 | 101011 | 0 | 111011 | 11110 | 1101000 | 101010 | 110001 |
Color Harmonies of #66B349
Complementary color
Monochromatic Colors of #66B349
Black with #66B349
Text Example
Text Example
White with #66B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B349; }
p { color: rgb(102,179,73); }
H1.HeaderClassName
{
color: #66B349;
}
.AnyTagClassName
{
color: #66B349;
}
</style>
background-color css
<style>
a { background-color: #66B349; }
a { background-color: rgb(102,179,73); }
div.DivClassName
{
background-color: #66B349;
}
.BgClassName
{
background-color: #66B349;
}
</style>
border-color css
<style>
span { border-color: #66B349; }
span { border-color: rgb(102,179,73); }
td.TdClassName
{
border-color: #66B349;
}
.TagClassName
{
border-color: #66B349;
}
</style>