Shades of Apple #69BA4E
Tints of Apple #69BA4E
RGB
CMYK
RGB Variations
Color information
#69BA4E (or 0x69BA4E) is known color: Apple. HEX triplet: 69, BA and 4E. RGB value is (105,186,78). Sum of RGB (Red+Green+Blue) = 105+186+78=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA4E is #9645B1. Grayscale: #959595. Windows color (decimal): -9848242 or 5159529. OLE color: 5159529.
HSL color Cylindrical-coordinate representation of color #69BA4E: hue angle of 105º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69BA4E is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 78 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.27 |
| HSL | 105º | 0.44% | 0.52% | - |
| HSV(B) | 105º | 0.58% | 0.73% | - |
| XYZ | 24.76 | 38.67 | 13.37 | - |
| YUV | 149.47 | 87.66 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 78 | 0.44 | 0 | 0.58 | 0.27 | 105 | 0.44 | 0.52 |
| Hex | 69 | BA | 4E | 2C | 0 | 3A | 1B | 69 | 2C | 34 |
| Octal | 151 | 272 | 116 | 54 | 0 | 72 | 33 | 151 | 54 | 64 |
| Binary | 1101001 | 10111010 | 1001110 | 101100 | 0 | 111010 | 11011 | 1101001 | 101100 | 110100 |
Color Harmonies of #69BA4E
Complementary color
Monochromatic Colors of #69BA4E
Black with #69BA4E
Text Example
Text Example
White with #69BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA4E; }
p { color: rgb(105,186,78); }
H1.HeaderClassName
{
color: #69BA4E;
}
.AnyTagClassName
{
color: #69BA4E;
}
</style>
background-color css
<style>
a { background-color: #69BA4E; }
a { background-color: rgb(105,186,78); }
div.DivClassName
{
background-color: #69BA4E;
}
.BgClassName
{
background-color: #69BA4E;
}
</style>
border-color css
<style>
span { border-color: #69BA4E; }
span { border-color: rgb(105,186,78); }
td.TdClassName
{
border-color: #69BA4E;
}
.TagClassName
{
border-color: #69BA4E;
}
</style>