Shades of Apple #69C658
Tints of Apple #69C658
RGB
CMYK
RGB Variations
Color information
#69C658 (or 0x69C658) is known color: Apple. HEX triplet: 69, C6 and 58. RGB value is (105,198,88). Sum of RGB (Red+Green+Blue) = 105+198+88=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #69C658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C658 is #9639A7. Grayscale: #9E9E9E. Windows color (decimal): -9845160 or 5817961. OLE color: 5817961.
HSL color Cylindrical-coordinate representation of color #69C658: hue angle of 110.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C658 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 88 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.22 |
| HSL | 110.73º | 0.49% | 0.56% | - |
| HSV(B) | 110.73º | 0.56% | 0.78% | - |
| XYZ | 27.78 | 44.1 | 16.28 | - |
| YUV | 157.65 | 88.69 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 88 | 0.47 | 0 | 0.56 | 0.22 | 110.73 | 0.49 | 0.56 |
| Hex | 69 | C6 | 58 | 2F | 0 | 38 | 16 | 6F | 31 | 38 |
| Octal | 151 | 306 | 130 | 57 | 0 | 70 | 26 | 157 | 61 | 70 |
| Binary | 1101001 | 11000110 | 1011000 | 101111 | 0 | 111000 | 10110 | 1101111 | 110001 | 111000 |
Color Harmonies of #69C658
Complementary color
Monochromatic Colors of #69C658
Black with #69C658
Text Example
Text Example
White with #69C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C658; }
p { color: rgb(105,198,88); }
H1.HeaderClassName
{
color: #69C658;
}
.AnyTagClassName
{
color: #69C658;
}
</style>
background-color css
<style>
a { background-color: #69C658; }
a { background-color: rgb(105,198,88); }
div.DivClassName
{
background-color: #69C658;
}
.BgClassName
{
background-color: #69C658;
}
</style>
border-color css
<style>
span { border-color: #69C658; }
span { border-color: rgb(105,198,88); }
td.TdClassName
{
border-color: #69C658;
}
.TagClassName
{
border-color: #69C658;
}
</style>