Shades of Apple #669B44
Tints of Apple #669B44
RGB
CMYK
RGB Variations
Color information
#669B44 (or 0x669B44) is known color: Apple. HEX triplet: 66, 9B and 44. RGB value is (102,155,68). Sum of RGB (Red+Green+Blue) = 102+155+68=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #669B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B44 is #9964BB. Grayscale: #818181. Windows color (decimal): -10052796 or 4496230. OLE color: 4496230.
HSL color Cylindrical-coordinate representation of color #669B44: hue angle of 96.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669B44 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 68 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.39 |
| HSL | 96.55º | 0.39% | 0.44% | - |
| HSV(B) | 96.55º | 0.56% | 0.61% | - |
| XYZ | 18.24 | 26.68 | 9.66 | - |
| YUV | 129.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 68 | 0.34 | 0 | 0.56 | 0.39 | 96.55 | 0.39 | 0.44 |
| Hex | 66 | 9B | 44 | 22 | 0 | 38 | 27 | 61 | 27 | 2C |
| Octal | 146 | 233 | 104 | 42 | 0 | 70 | 47 | 141 | 47 | 54 |
| Binary | 1100110 | 10011011 | 1000100 | 100010 | 0 | 111000 | 100111 | 1100001 | 100111 | 101100 |
Color Harmonies of #669B44
Complementary color
Monochromatic Colors of #669B44
Black with #669B44
Text Example
Text Example
White with #669B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B44; }
p { color: rgb(102,155,68); }
H1.HeaderClassName
{
color: #669B44;
}
.AnyTagClassName
{
color: #669B44;
}
</style>
background-color css
<style>
a { background-color: #669B44; }
a { background-color: rgb(102,155,68); }
div.DivClassName
{
background-color: #669B44;
}
.BgClassName
{
background-color: #669B44;
}
</style>
border-color css
<style>
span { border-color: #669B44; }
span { border-color: rgb(102,155,68); }
td.TdClassName
{
border-color: #669B44;
}
.TagClassName
{
border-color: #669B44;
}
</style>