Shades of Apple #66B05A
Tints of Apple #66B05A
RGB
CMYK
RGB Variations
Color information
#66B05A (or 0x66B05A) is known color: Apple. HEX triplet: 66, B0 and 5A. RGB value is (102,176,90). Sum of RGB (Red+Green+Blue) = 102+176+90=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #66B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B05A is #994FA5. Grayscale: #909090. Windows color (decimal): -10047398 or 5943398. OLE color: 5943398.
HSL color Cylindrical-coordinate representation of color #66B05A: hue angle of 111.63º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B05A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 90 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.31 |
| HSL | 111.63º | 0.35% | 0.52% | - |
| HSV(B) | 111.63º | 0.49% | 0.69% | - |
| XYZ | 22.85 | 34.61 | 15.15 | - |
| YUV | 144.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 90 | 0.42 | 0 | 0.49 | 0.31 | 111.63 | 0.35 | 0.52 |
| Hex | 66 | B0 | 5A | 2A | 0 | 31 | 1F | 70 | 23 | 34 |
| Octal | 146 | 260 | 132 | 52 | 0 | 61 | 37 | 160 | 43 | 64 |
| Binary | 1100110 | 10110000 | 1011010 | 101010 | 0 | 110001 | 11111 | 1110000 | 100011 | 110100 |
Color Harmonies of #66B05A
Complementary color
Monochromatic Colors of #66B05A
Black with #66B05A
Text Example
Text Example
White with #66B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B05A; }
p { color: rgb(102,176,90); }
H1.HeaderClassName
{
color: #66B05A;
}
.AnyTagClassName
{
color: #66B05A;
}
</style>
background-color css
<style>
a { background-color: #66B05A; }
a { background-color: rgb(102,176,90); }
div.DivClassName
{
background-color: #66B05A;
}
.BgClassName
{
background-color: #66B05A;
}
</style>
border-color css
<style>
span { border-color: #66B05A; }
span { border-color: rgb(102,176,90); }
td.TdClassName
{
border-color: #66B05A;
}
.TagClassName
{
border-color: #66B05A;
}
</style>