Shades of Apple #66A539
Tints of Apple #66A539
RGB
CMYK
RGB Variations
Color information
#66A539 (or 0x66A539) is known color: Apple. HEX triplet: 66, A5 and 39. RGB value is (102,165,57). Sum of RGB (Red+Green+Blue) = 102+165+57=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #66A539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A539 is #995AC6. Grayscale: #868686. Windows color (decimal): -10050247 or 3777894. OLE color: 3777894.
HSL color Cylindrical-coordinate representation of color #66A539: hue angle of 95º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66A539 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 57 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.35 |
| HSL | 95º | 0.49% | 0.44% | - |
| HSV(B) | 95º | 0.65% | 0.65% | - |
| XYZ | 19.67 | 30.03 | 8.63 | - |
| YUV | 133.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 57 | 0.38 | 0 | 0.65 | 0.35 | 95 | 0.49 | 0.44 |
| Hex | 66 | A5 | 39 | 26 | 0 | 41 | 23 | 5F | 31 | 2C |
| Octal | 146 | 245 | 71 | 46 | 0 | 101 | 43 | 137 | 61 | 54 |
| Binary | 1100110 | 10100101 | 111001 | 100110 | 0 | 1000001 | 100011 | 1011111 | 110001 | 101100 |
Color Harmonies of #66A539
Complementary color
Monochromatic Colors of #66A539
Black with #66A539
Text Example
Text Example
White with #66A539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A539; }
p { color: rgb(102,165,57); }
H1.HeaderClassName
{
color: #66A539;
}
.AnyTagClassName
{
color: #66A539;
}
</style>
background-color css
<style>
a { background-color: #66A539; }
a { background-color: rgb(102,165,57); }
div.DivClassName
{
background-color: #66A539;
}
.BgClassName
{
background-color: #66A539;
}
</style>
border-color css
<style>
span { border-color: #66A539; }
span { border-color: rgb(102,165,57); }
td.TdClassName
{
border-color: #66A539;
}
.TagClassName
{
border-color: #66A539;
}
</style>