Shades of Apple #69BA5B
Tints of Apple #69BA5B
RGB
CMYK
RGB Variations
Color information
#69BA5B (or 0x69BA5B) is known color: Apple. HEX triplet: 69, BA and 5B. RGB value is (105,186,91). Sum of RGB (Red+Green+Blue) = 105+186+91=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA5B is #9645A4. Grayscale: #979797. Windows color (decimal): -9848229 or 6011497. OLE color: 6011497.
HSL color Cylindrical-coordinate representation of color #69BA5B: hue angle of 111.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69BA5B is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 91 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.27 |
| HSL | 111.16º | 0.41% | 0.54% | - |
| HSV(B) | 111.16º | 0.51% | 0.73% | - |
| XYZ | 25.27 | 38.88 | 16.07 | - |
| YUV | 150.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 91 | 0.44 | 0 | 0.51 | 0.27 | 111.16 | 0.41 | 0.54 |
| Hex | 69 | BA | 5B | 2C | 0 | 33 | 1B | 6F | 29 | 36 |
| Octal | 151 | 272 | 133 | 54 | 0 | 63 | 33 | 157 | 51 | 66 |
| Binary | 1101001 | 10111010 | 1011011 | 101100 | 0 | 110011 | 11011 | 1101111 | 101001 | 110110 |
Color Harmonies of #69BA5B
Complementary color
Monochromatic Colors of #69BA5B
Black with #69BA5B
Text Example
Text Example
White with #69BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA5B; }
p { color: rgb(105,186,91); }
H1.HeaderClassName
{
color: #69BA5B;
}
.AnyTagClassName
{
color: #69BA5B;
}
</style>
background-color css
<style>
a { background-color: #69BA5B; }
a { background-color: rgb(105,186,91); }
div.DivClassName
{
background-color: #69BA5B;
}
.BgClassName
{
background-color: #69BA5B;
}
</style>
border-color css
<style>
span { border-color: #69BA5B; }
span { border-color: rgb(105,186,91); }
td.TdClassName
{
border-color: #69BA5B;
}
.TagClassName
{
border-color: #69BA5B;
}
</style>