Shades of Apple #69C956
Tints of Apple #69C956
RGB
CMYK
RGB Variations
Color information
#69C956 (or 0x69C956) is known color: Apple. HEX triplet: 69, C9 and 56. RGB value is (105,201,86). Sum of RGB (Red+Green+Blue) = 105+201+86=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #69C956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C956 is #9636A9. Grayscale: #9F9F9F. Windows color (decimal): -9844394 or 5687657. OLE color: 5687657.
HSL color Cylindrical-coordinate representation of color #69C956: hue angle of 110.09º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69C956 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 86 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.21 |
| HSL | 110.09º | 0.52% | 0.56% | - |
| HSV(B) | 110.09º | 0.57% | 0.79% | - |
| XYZ | 28.39 | 45.45 | 16.08 | - |
| YUV | 159.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 86 | 0.48 | 0 | 0.57 | 0.21 | 110.09 | 0.52 | 0.56 |
| Hex | 69 | C9 | 56 | 30 | 0 | 39 | 15 | 6E | 34 | 38 |
| Octal | 151 | 311 | 126 | 60 | 0 | 71 | 25 | 156 | 64 | 70 |
| Binary | 1101001 | 11001001 | 1010110 | 110000 | 0 | 111001 | 10101 | 1101110 | 110100 | 111000 |
Color Harmonies of #69C956
Complementary color
Monochromatic Colors of #69C956
Black with #69C956
Text Example
Text Example
White with #69C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C956; }
p { color: rgb(105,201,86); }
H1.HeaderClassName
{
color: #69C956;
}
.AnyTagClassName
{
color: #69C956;
}
</style>
background-color css
<style>
a { background-color: #69C956; }
a { background-color: rgb(105,201,86); }
div.DivClassName
{
background-color: #69C956;
}
.BgClassName
{
background-color: #69C956;
}
</style>
border-color css
<style>
span { border-color: #69C956; }
span { border-color: rgb(105,201,86); }
td.TdClassName
{
border-color: #69C956;
}
.TagClassName
{
border-color: #69C956;
}
</style>