Shades of Apple #69BA55
Tints of Apple #69BA55
RGB
CMYK
RGB Variations
Color information
#69BA55 (or 0x69BA55) is known color: Apple. HEX triplet: 69, BA and 55. RGB value is (105,186,85). Sum of RGB (Red+Green+Blue) = 105+186+85=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA55 is #9645AA. Grayscale: #969696. Windows color (decimal): -9848235 or 5618281. OLE color: 5618281.
HSL color Cylindrical-coordinate representation of color #69BA55: hue angle of 108.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69BA55 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 85 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.27 |
| HSL | 108.12º | 0.42% | 0.53% | - |
| HSV(B) | 108.12º | 0.54% | 0.73% | - |
| XYZ | 25.02 | 38.78 | 14.76 | - |
| YUV | 150.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 85 | 0.44 | 0 | 0.54 | 0.27 | 108.12 | 0.42 | 0.53 |
| Hex | 69 | BA | 55 | 2C | 0 | 36 | 1B | 6C | 2A | 35 |
| Octal | 151 | 272 | 125 | 54 | 0 | 66 | 33 | 154 | 52 | 65 |
| Binary | 1101001 | 10111010 | 1010101 | 101100 | 0 | 110110 | 11011 | 1101100 | 101010 | 110101 |
Color Harmonies of #69BA55
Complementary color
Monochromatic Colors of #69BA55
Black with #69BA55
Text Example
Text Example
White with #69BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA55; }
p { color: rgb(105,186,85); }
H1.HeaderClassName
{
color: #69BA55;
}
.AnyTagClassName
{
color: #69BA55;
}
</style>
background-color css
<style>
a { background-color: #69BA55; }
a { background-color: rgb(105,186,85); }
div.DivClassName
{
background-color: #69BA55;
}
.BgClassName
{
background-color: #69BA55;
}
</style>
border-color css
<style>
span { border-color: #69BA55; }
span { border-color: rgb(105,186,85); }
td.TdClassName
{
border-color: #69BA55;
}
.TagClassName
{
border-color: #69BA55;
}
</style>