Shades of Apple #66B45C
Tints of Apple #66B45C
RGB
CMYK
RGB Variations
Color information
#66B45C (or 0x66B45C) is known color: Apple. HEX triplet: 66, B4 and 5C. RGB value is (102,180,92). Sum of RGB (Red+Green+Blue) = 102+180+92=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #66B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B45C is #994BA3. Grayscale: #929292. Windows color (decimal): -10046372 or 6075494. OLE color: 6075494.
HSL color Cylindrical-coordinate representation of color #66B45C: hue angle of 113.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B45C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 92 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.29 |
| HSL | 113.18º | 0.37% | 0.53% | - |
| HSV(B) | 113.18º | 0.49% | 0.71% | - |
| XYZ | 23.73 | 36.24 | 15.87 | - |
| YUV | 146.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 92 | 0.43 | 0 | 0.49 | 0.29 | 113.18 | 0.37 | 0.53 |
| Hex | 66 | B4 | 5C | 2B | 0 | 31 | 1D | 71 | 25 | 35 |
| Octal | 146 | 264 | 134 | 53 | 0 | 61 | 35 | 161 | 45 | 65 |
| Binary | 1100110 | 10110100 | 1011100 | 101011 | 0 | 110001 | 11101 | 1110001 | 100101 | 110101 |
Color Harmonies of #66B45C
Complementary color
Monochromatic Colors of #66B45C
Black with #66B45C
Text Example
Text Example
White with #66B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B45C; }
p { color: rgb(102,180,92); }
H1.HeaderClassName
{
color: #66B45C;
}
.AnyTagClassName
{
color: #66B45C;
}
</style>
background-color css
<style>
a { background-color: #66B45C; }
a { background-color: rgb(102,180,92); }
div.DivClassName
{
background-color: #66B45C;
}
.BgClassName
{
background-color: #66B45C;
}
</style>
border-color css
<style>
span { border-color: #66B45C; }
span { border-color: rgb(102,180,92); }
td.TdClassName
{
border-color: #66B45C;
}
.TagClassName
{
border-color: #66B45C;
}
</style>