Shades of Apple #69BA58
Tints of Apple #69BA58
RGB
CMYK
RGB Variations
Color information
#69BA58 (or 0x69BA58) is known color: Apple. HEX triplet: 69, BA and 58. RGB value is (105,186,88). Sum of RGB (Red+Green+Blue) = 105+186+88=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA58 is #9645A7. Grayscale: #969696. Windows color (decimal): -9848232 or 5814889. OLE color: 5814889.
HSL color Cylindrical-coordinate representation of color #69BA58: hue angle of 109.59º 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 #69BA58 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 88 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.27 |
| HSL | 109.59º | 0.42% | 0.54% | - |
| HSV(B) | 109.59º | 0.53% | 0.73% | - |
| XYZ | 25.15 | 38.83 | 15.4 | - |
| YUV | 150.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 88 | 0.44 | 0 | 0.53 | 0.27 | 109.59 | 0.42 | 0.54 |
| Hex | 69 | BA | 58 | 2C | 0 | 35 | 1B | 6E | 2A | 36 |
| Octal | 151 | 272 | 130 | 54 | 0 | 65 | 33 | 156 | 52 | 66 |
| Binary | 1101001 | 10111010 | 1011000 | 101100 | 0 | 110101 | 11011 | 1101110 | 101010 | 110110 |
Color Harmonies of #69BA58
Complementary color
Monochromatic Colors of #69BA58
Black with #69BA58
Text Example
Text Example
White with #69BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA58; }
p { color: rgb(105,186,88); }
H1.HeaderClassName
{
color: #69BA58;
}
.AnyTagClassName
{
color: #69BA58;
}
</style>
background-color css
<style>
a { background-color: #69BA58; }
a { background-color: rgb(105,186,88); }
div.DivClassName
{
background-color: #69BA58;
}
.BgClassName
{
background-color: #69BA58;
}
</style>
border-color css
<style>
span { border-color: #69BA58; }
span { border-color: rgb(105,186,88); }
td.TdClassName
{
border-color: #69BA58;
}
.TagClassName
{
border-color: #69BA58;
}
</style>