Shades of Apple #69C556
Tints of Apple #69C556
RGB
CMYK
RGB Variations
Color information
#69C556 (or 0x69C556) is known color: Apple. HEX triplet: 69, C5 and 56. RGB value is (105,197,86). Sum of RGB (Red+Green+Blue) = 105+197+86=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #69C556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C556 is #963AA9. Grayscale: #9D9D9D. Windows color (decimal): -9845418 or 5686633. OLE color: 5686633.
HSL color Cylindrical-coordinate representation of color #69C556: hue angle of 109.73º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C556 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 86 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.23 |
| HSL | 109.73º | 0.49% | 0.55% | - |
| HSV(B) | 109.73º | 0.56% | 0.77% | - |
| XYZ | 27.47 | 43.61 | 15.77 | - |
| YUV | 156.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 86 | 0.47 | 0 | 0.56 | 0.23 | 109.73 | 0.49 | 0.55 |
| Hex | 69 | C5 | 56 | 2F | 0 | 38 | 17 | 6E | 31 | 37 |
| Octal | 151 | 305 | 126 | 57 | 0 | 70 | 27 | 156 | 61 | 67 |
| Binary | 1101001 | 11000101 | 1010110 | 101111 | 0 | 111000 | 10111 | 1101110 | 110001 | 110111 |
Color Harmonies of #69C556
Complementary color
Monochromatic Colors of #69C556
Black with #69C556
Text Example
Text Example
White with #69C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C556; }
p { color: rgb(105,197,86); }
H1.HeaderClassName
{
color: #69C556;
}
.AnyTagClassName
{
color: #69C556;
}
</style>
background-color css
<style>
a { background-color: #69C556; }
a { background-color: rgb(105,197,86); }
div.DivClassName
{
background-color: #69C556;
}
.BgClassName
{
background-color: #69C556;
}
</style>
border-color css
<style>
span { border-color: #69C556; }
span { border-color: rgb(105,197,86); }
td.TdClassName
{
border-color: #69C556;
}
.TagClassName
{
border-color: #69C556;
}
</style>