Shades of Apple #66B141
Tints of Apple #66B141
RGB
CMYK
RGB Variations
Color information
#66B141 (or 0x66B141) is known color: Apple. HEX triplet: 66, B1 and 41. RGB value is (102,177,65). Sum of RGB (Red+Green+Blue) = 102+177+65=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #66B141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B141 is #994EBE. Grayscale: #8E8E8E. Windows color (decimal): -10047167 or 4305254. OLE color: 4305254.
HSL color Cylindrical-coordinate representation of color #66B141: hue angle of 100.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66B141 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 65 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.31 |
| HSL | 100.18º | 0.46% | 0.47% | - |
| HSV(B) | 100.18º | 0.63% | 0.69% | - |
| XYZ | 22.16 | 34.65 | 10.52 | - |
| YUV | 141.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 65 | 0.42 | 0 | 0.63 | 0.31 | 100.18 | 0.46 | 0.47 |
| Hex | 66 | B1 | 41 | 2A | 0 | 3F | 1F | 64 | 2E | 2F |
| Octal | 146 | 261 | 101 | 52 | 0 | 77 | 37 | 144 | 56 | 57 |
| Binary | 1100110 | 10110001 | 1000001 | 101010 | 0 | 111111 | 11111 | 1100100 | 101110 | 101111 |
Color Harmonies of #66B141
Complementary color
Monochromatic Colors of #66B141
Black with #66B141
Text Example
Text Example
White with #66B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B141; }
p { color: rgb(102,177,65); }
H1.HeaderClassName
{
color: #66B141;
}
.AnyTagClassName
{
color: #66B141;
}
</style>
background-color css
<style>
a { background-color: #66B141; }
a { background-color: rgb(102,177,65); }
div.DivClassName
{
background-color: #66B141;
}
.BgClassName
{
background-color: #66B141;
}
</style>
border-color css
<style>
span { border-color: #66B141; }
span { border-color: rgb(102,177,65); }
td.TdClassName
{
border-color: #66B141;
}
.TagClassName
{
border-color: #66B141;
}
</style>