Shades of Apple #69BA57
Tints of Apple #69BA57
RGB
CMYK
RGB Variations
Color information
#69BA57 (or 0x69BA57) is known color: Apple. HEX triplet: 69, BA and 57. RGB value is (105,186,87). Sum of RGB (Red+Green+Blue) = 105+186+87=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA57 is #9645A8. Grayscale: #969696. Windows color (decimal): -9848233 or 5749353. OLE color: 5749353.
HSL color Cylindrical-coordinate representation of color #69BA57: hue angle of 109.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69BA57 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 87 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.27 |
| HSL | 109.09º | 0.42% | 0.54% | - |
| HSV(B) | 109.09º | 0.53% | 0.73% | - |
| XYZ | 25.1 | 38.81 | 15.18 | - |
| YUV | 150.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 87 | 0.44 | 0 | 0.53 | 0.27 | 109.09 | 0.42 | 0.54 |
| Hex | 69 | BA | 57 | 2C | 0 | 35 | 1B | 6D | 2A | 36 |
| Octal | 151 | 272 | 127 | 54 | 0 | 65 | 33 | 155 | 52 | 66 |
| Binary | 1101001 | 10111010 | 1010111 | 101100 | 0 | 110101 | 11011 | 1101101 | 101010 | 110110 |
Color Harmonies of #69BA57
Complementary color
Monochromatic Colors of #69BA57
Black with #69BA57
Text Example
Text Example
White with #69BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA57; }
p { color: rgb(105,186,87); }
H1.HeaderClassName
{
color: #69BA57;
}
.AnyTagClassName
{
color: #69BA57;
}
</style>
background-color css
<style>
a { background-color: #69BA57; }
a { background-color: rgb(105,186,87); }
div.DivClassName
{
background-color: #69BA57;
}
.BgClassName
{
background-color: #69BA57;
}
</style>
border-color css
<style>
span { border-color: #69BA57; }
span { border-color: rgb(105,186,87); }
td.TdClassName
{
border-color: #69BA57;
}
.TagClassName
{
border-color: #69BA57;
}
</style>