Shades of Apple #69C659
Tints of Apple #69C659
RGB
CMYK
RGB Variations
Color information
#69C659 (or 0x69C659) is known color: Apple. HEX triplet: 69, C6 and 59. RGB value is (105,198,89). Sum of RGB (Red+Green+Blue) = 105+198+89=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #69C659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C659 is #9639A6. Grayscale: #9E9E9E. Windows color (decimal): -9845159 or 5883497. OLE color: 5883497.
HSL color Cylindrical-coordinate representation of color #69C659: hue angle of 111.19º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C659 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 89 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.22 |
| HSL | 111.19º | 0.49% | 0.56% | - |
| HSV(B) | 111.19º | 0.55% | 0.78% | - |
| XYZ | 27.82 | 44.11 | 16.5 | - |
| YUV | 157.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 89 | 0.47 | 0 | 0.55 | 0.22 | 111.19 | 0.49 | 0.56 |
| Hex | 69 | C6 | 59 | 2F | 0 | 37 | 16 | 6F | 31 | 38 |
| Octal | 151 | 306 | 131 | 57 | 0 | 67 | 26 | 157 | 61 | 70 |
| Binary | 1101001 | 11000110 | 1011001 | 101111 | 0 | 110111 | 10110 | 1101111 | 110001 | 111000 |
Color Harmonies of #69C659
Complementary color
Monochromatic Colors of #69C659
Black with #69C659
Text Example
Text Example
White with #69C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C659; }
p { color: rgb(105,198,89); }
H1.HeaderClassName
{
color: #69C659;
}
.AnyTagClassName
{
color: #69C659;
}
</style>
background-color css
<style>
a { background-color: #69C659; }
a { background-color: rgb(105,198,89); }
div.DivClassName
{
background-color: #69C659;
}
.BgClassName
{
background-color: #69C659;
}
</style>
border-color css
<style>
span { border-color: #69C659; }
span { border-color: rgb(105,198,89); }
td.TdClassName
{
border-color: #69C659;
}
.TagClassName
{
border-color: #69C659;
}
</style>