Shades of Apple #669943
Tints of Apple #669943
RGB
CMYK
RGB Variations
Color information
#669943 (or 0x669943) is known color: Apple. HEX triplet: 66, 99 and 43. RGB value is (102,153,67). Sum of RGB (Red+Green+Blue) = 102+153+67=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #669943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669943 is #9966BC. Grayscale: #808080. Windows color (decimal): -10053309 or 4430182. OLE color: 4430182.
HSL color Cylindrical-coordinate representation of color #669943: hue angle of 95.58º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669943 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 67 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.4 |
| HSL | 95.58º | 0.39% | 0.43% | - |
| HSV(B) | 95.58º | 0.56% | 0.6% | - |
| XYZ | 17.88 | 26.01 | 9.39 | - |
| YUV | 127.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 67 | 0.33 | 0 | 0.56 | 0.4 | 95.58 | 0.39 | 0.43 |
| Hex | 66 | 99 | 43 | 21 | 0 | 38 | 28 | 60 | 27 | 2B |
| Octal | 146 | 231 | 103 | 41 | 0 | 70 | 50 | 140 | 47 | 53 |
| Binary | 1100110 | 10011001 | 1000011 | 100001 | 0 | 111000 | 101000 | 1100000 | 100111 | 101011 |
Color Harmonies of #669943
Complementary color
Monochromatic Colors of #669943
Black with #669943
Text Example
Text Example
White with #669943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669943; }
p { color: rgb(102,153,67); }
H1.HeaderClassName
{
color: #669943;
}
.AnyTagClassName
{
color: #669943;
}
</style>
background-color css
<style>
a { background-color: #669943; }
a { background-color: rgb(102,153,67); }
div.DivClassName
{
background-color: #669943;
}
.BgClassName
{
background-color: #669943;
}
</style>
border-color css
<style>
span { border-color: #669943; }
span { border-color: rgb(102,153,67); }
td.TdClassName
{
border-color: #669943;
}
.TagClassName
{
border-color: #669943;
}
</style>