Shades of Apple #669B43
Tints of Apple #669B43
RGB
CMYK
RGB Variations
Color information
#669B43 (or 0x669B43) is known color: Apple. HEX triplet: 66, 9B and 43. RGB value is (102,155,67). Sum of RGB (Red+Green+Blue) = 102+155+67=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #669B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B43 is #9964BC. Grayscale: #818181. Windows color (decimal): -10052797 or 4430694. OLE color: 4430694.
HSL color Cylindrical-coordinate representation of color #669B43: hue angle of 96.14º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669B43 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 67 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.39 |
| HSL | 96.14º | 0.4% | 0.44% | - |
| HSV(B) | 96.14º | 0.57% | 0.61% | - |
| XYZ | 18.21 | 26.67 | 9.5 | - |
| YUV | 129.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 67 | 0.34 | 0 | 0.57 | 0.39 | 96.14 | 0.4 | 0.44 |
| Hex | 66 | 9B | 43 | 22 | 0 | 39 | 27 | 60 | 28 | 2C |
| Octal | 146 | 233 | 103 | 42 | 0 | 71 | 47 | 140 | 50 | 54 |
| Binary | 1100110 | 10011011 | 1000011 | 100010 | 0 | 111001 | 100111 | 1100000 | 101000 | 101100 |
Color Harmonies of #669B43
Complementary color
Monochromatic Colors of #669B43
Black with #669B43
Text Example
Text Example
White with #669B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B43; }
p { color: rgb(102,155,67); }
H1.HeaderClassName
{
color: #669B43;
}
.AnyTagClassName
{
color: #669B43;
}
</style>
background-color css
<style>
a { background-color: #669B43; }
a { background-color: rgb(102,155,67); }
div.DivClassName
{
background-color: #669B43;
}
.BgClassName
{
background-color: #669B43;
}
</style>
border-color css
<style>
span { border-color: #669B43; }
span { border-color: rgb(102,155,67); }
td.TdClassName
{
border-color: #669B43;
}
.TagClassName
{
border-color: #669B43;
}
</style>