Shades of Apple #69C040
Tints of Apple #69C040
RGB
CMYK
RGB Variations
Color information
#69C040 (or 0x69C040) is known color: Apple. HEX triplet: 69, C0 and 40. RGB value is (105,192,64). Sum of RGB (Red+Green+Blue) = 105+192+64=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #69C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C040 is #963FBF. Grayscale: #979797. Windows color (decimal): -9846720 or 4243561. OLE color: 4243561.
HSL color Cylindrical-coordinate representation of color #69C040: hue angle of 100.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69C040 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 64 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.25 |
| HSL | 100.78º | 0.5% | 0.5% | - |
| HSV(B) | 100.78º | 0.67% | 0.75% | - |
| XYZ | 25.6 | 41.07 | 11.43 | - |
| YUV | 151.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 64 | 0.45 | 0 | 0.67 | 0.25 | 100.78 | 0.5 | 0.5 |
| Hex | 69 | C0 | 40 | 2D | 0 | 43 | 19 | 65 | 32 | 32 |
| Octal | 151 | 300 | 100 | 55 | 0 | 103 | 31 | 145 | 62 | 62 |
| Binary | 1101001 | 11000000 | 1000000 | 101101 | 0 | 1000011 | 11001 | 1100101 | 110010 | 110010 |
Color Harmonies of #69C040
Complementary color
Monochromatic Colors of #69C040
Black with #69C040
Text Example
Text Example
White with #69C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C040; }
p { color: rgb(105,192,64); }
H1.HeaderClassName
{
color: #69C040;
}
.AnyTagClassName
{
color: #69C040;
}
</style>
background-color css
<style>
a { background-color: #69C040; }
a { background-color: rgb(105,192,64); }
div.DivClassName
{
background-color: #69C040;
}
.BgClassName
{
background-color: #69C040;
}
</style>
border-color css
<style>
span { border-color: #69C040; }
span { border-color: rgb(105,192,64); }
td.TdClassName
{
border-color: #69C040;
}
.TagClassName
{
border-color: #69C040;
}
</style>