Shades of Apple #69BA53
Tints of Apple #69BA53
RGB
CMYK
RGB Variations
Color information
#69BA53 (or 0x69BA53) is known color: Apple. HEX triplet: 69, BA and 53. RGB value is (105,186,83). Sum of RGB (Red+Green+Blue) = 105+186+83=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA53 is #9645AC. Grayscale: #969696. Windows color (decimal): -9848237 or 5487209. OLE color: 5487209.
HSL color Cylindrical-coordinate representation of color #69BA53: hue angle of 107.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69BA53 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 83 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.27 |
| HSL | 107.18º | 0.43% | 0.53% | - |
| HSV(B) | 107.18º | 0.55% | 0.73% | - |
| XYZ | 24.95 | 38.75 | 14.35 | - |
| YUV | 150.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 83 | 0.44 | 0 | 0.55 | 0.27 | 107.18 | 0.43 | 0.53 |
| Hex | 69 | BA | 53 | 2C | 0 | 37 | 1B | 6B | 2B | 35 |
| Octal | 151 | 272 | 123 | 54 | 0 | 67 | 33 | 153 | 53 | 65 |
| Binary | 1101001 | 10111010 | 1010011 | 101100 | 0 | 110111 | 11011 | 1101011 | 101011 | 110101 |
Color Harmonies of #69BA53
Complementary color
Monochromatic Colors of #69BA53
Black with #69BA53
Text Example
Text Example
White with #69BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA53; }
p { color: rgb(105,186,83); }
H1.HeaderClassName
{
color: #69BA53;
}
.AnyTagClassName
{
color: #69BA53;
}
</style>
background-color css
<style>
a { background-color: #69BA53; }
a { background-color: rgb(105,186,83); }
div.DivClassName
{
background-color: #69BA53;
}
.BgClassName
{
background-color: #69BA53;
}
</style>
border-color css
<style>
span { border-color: #69BA53; }
span { border-color: rgb(105,186,83); }
td.TdClassName
{
border-color: #69BA53;
}
.TagClassName
{
border-color: #69BA53;
}
</style>