Shades of Apple #669C4B
Tints of Apple #669C4B
RGB
CMYK
RGB Variations
Color information
#669C4B (or 0x669C4B) is known color: Apple. HEX triplet: 66, 9C and 4B. RGB value is (102,156,75). Sum of RGB (Red+Green+Blue) = 102+156+75=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #669C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C4B is #9963B4. Grayscale: #828282. Windows color (decimal): -10052533 or 4955238. OLE color: 4955238.
HSL color Cylindrical-coordinate representation of color #669C4B: hue angle of 100º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669C4B is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 75 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.39 |
| HSL | 100º | 0.35% | 0.45% | - |
| HSV(B) | 100º | 0.52% | 0.61% | - |
| XYZ | 18.64 | 27.11 | 10.91 | - |
| YUV | 130.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 75 | 0.35 | 0 | 0.52 | 0.39 | 100 | 0.35 | 0.45 |
| Hex | 66 | 9C | 4B | 23 | 0 | 34 | 27 | 64 | 23 | 2D |
| Octal | 146 | 234 | 113 | 43 | 0 | 64 | 47 | 144 | 43 | 55 |
| Binary | 1100110 | 10011100 | 1001011 | 100011 | 0 | 110100 | 100111 | 1100100 | 100011 | 101101 |
Color Harmonies of #669C4B
Complementary color
Monochromatic Colors of #669C4B
Black with #669C4B
Text Example
Text Example
White with #669C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C4B; }
p { color: rgb(102,156,75); }
H1.HeaderClassName
{
color: #669C4B;
}
.AnyTagClassName
{
color: #669C4B;
}
</style>
background-color css
<style>
a { background-color: #669C4B; }
a { background-color: rgb(102,156,75); }
div.DivClassName
{
background-color: #669C4B;
}
.BgClassName
{
background-color: #669C4B;
}
</style>
border-color css
<style>
span { border-color: #669C4B; }
span { border-color: rgb(102,156,75); }
td.TdClassName
{
border-color: #669C4B;
}
.TagClassName
{
border-color: #669C4B;
}
</style>