Shades of Apple #69BA5C
Tints of Apple #69BA5C
RGB
CMYK
RGB Variations
Color information
#69BA5C (or 0x69BA5C) is known color: Apple. HEX triplet: 69, BA and 5C. RGB value is (105,186,92). Sum of RGB (Red+Green+Blue) = 105+186+92=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA5C is #9645A3. Grayscale: #979797. Windows color (decimal): -9848228 or 6077033. OLE color: 6077033.
HSL color Cylindrical-coordinate representation of color #69BA5C: hue angle of 111.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69BA5C is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 92 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.27 |
| HSL | 111.7º | 0.41% | 0.55% | - |
| HSV(B) | 111.7º | 0.51% | 0.73% | - |
| XYZ | 25.32 | 38.89 | 16.3 | - |
| YUV | 151.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 92 | 0.44 | 0 | 0.51 | 0.27 | 111.7 | 0.41 | 0.55 |
| Hex | 69 | BA | 5C | 2C | 0 | 33 | 1B | 70 | 29 | 37 |
| Octal | 151 | 272 | 134 | 54 | 0 | 63 | 33 | 160 | 51 | 67 |
| Binary | 1101001 | 10111010 | 1011100 | 101100 | 0 | 110011 | 11011 | 1110000 | 101001 | 110111 |
Color Harmonies of #69BA5C
Complementary color
Monochromatic Colors of #69BA5C
Black with #69BA5C
Text Example
Text Example
White with #69BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA5C; }
p { color: rgb(105,186,92); }
H1.HeaderClassName
{
color: #69BA5C;
}
.AnyTagClassName
{
color: #69BA5C;
}
</style>
background-color css
<style>
a { background-color: #69BA5C; }
a { background-color: rgb(105,186,92); }
div.DivClassName
{
background-color: #69BA5C;
}
.BgClassName
{
background-color: #69BA5C;
}
</style>
border-color css
<style>
span { border-color: #69BA5C; }
span { border-color: rgb(105,186,92); }
td.TdClassName
{
border-color: #69BA5C;
}
.TagClassName
{
border-color: #69BA5C;
}
</style>