Shades of Apple #669F3F
Tints of Apple #669F3F
RGB
CMYK
RGB Variations
Color information
#669F3F (or 0x669F3F) is known color: Apple. HEX triplet: 66, 9F and 3F. RGB value is (102,159,63). Sum of RGB (Red+Green+Blue) = 102+159+63=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #669F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F3F is #9960C0. Grayscale: #838383. Windows color (decimal): -10051777 or 4169574. OLE color: 4169574.
HSL color Cylindrical-coordinate representation of color #669F3F: hue angle of 95.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669F3F is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 63 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.38 |
| HSL | 95.63º | 0.43% | 0.44% | - |
| HSV(B) | 95.63º | 0.6% | 0.62% | - |
| XYZ | 18.77 | 27.98 | 9.11 | - |
| YUV | 131.01 | 89.62 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 63 | 0.36 | 0 | 0.60 | 0.38 | 95.63 | 0.43 | 0.44 |
| Hex | 66 | 9F | 3F | 24 | 0 | 3C | 26 | 60 | 2B | 2C |
| Octal | 146 | 237 | 77 | 44 | 0 | 74 | 46 | 140 | 53 | 54 |
| Binary | 1100110 | 10011111 | 111111 | 100100 | 0 | 111100 | 100110 | 1100000 | 101011 | 101100 |
Color Harmonies of #669F3F
Complementary color
Monochromatic Colors of #669F3F
Black with #669F3F
Text Example
Text Example
White with #669F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F3F; }
p { color: rgb(102,159,63); }
H1.HeaderClassName
{
color: #669F3F;
}
.AnyTagClassName
{
color: #669F3F;
}
</style>
background-color css
<style>
a { background-color: #669F3F; }
a { background-color: rgb(102,159,63); }
div.DivClassName
{
background-color: #669F3F;
}
.BgClassName
{
background-color: #669F3F;
}
</style>
border-color css
<style>
span { border-color: #669F3F; }
span { border-color: rgb(102,159,63); }
td.TdClassName
{
border-color: #669F3F;
}
.TagClassName
{
border-color: #669F3F;
}
</style>