Shades of Apple #69BB4E
Tints of Apple #69BB4E
RGB
CMYK
RGB Variations
Color information
#69BB4E (or 0x69BB4E) is known color: Apple. HEX triplet: 69, BB and 4E. RGB value is (105,187,78). Sum of RGB (Red+Green+Blue) = 105+187+78=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB4E is #9644B1. Grayscale: #969696. Windows color (decimal): -9847986 or 5159785. OLE color: 5159785.
HSL color Cylindrical-coordinate representation of color #69BB4E: hue angle of 105.14º 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 #69BB4E is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 78 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.27 |
| HSL | 105.14º | 0.44% | 0.52% | - |
| HSV(B) | 105.14º | 0.58% | 0.73% | - |
| XYZ | 24.97 | 39.09 | 13.44 | - |
| YUV | 150.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 78 | 0.44 | 0 | 0.58 | 0.27 | 105.14 | 0.44 | 0.52 |
| Hex | 69 | BB | 4E | 2C | 0 | 3A | 1B | 69 | 2C | 34 |
| Octal | 151 | 273 | 116 | 54 | 0 | 72 | 33 | 151 | 54 | 64 |
| Binary | 1101001 | 10111011 | 1001110 | 101100 | 0 | 111010 | 11011 | 1101001 | 101100 | 110100 |
Color Harmonies of #69BB4E
Complementary color
Monochromatic Colors of #69BB4E
Black with #69BB4E
Text Example
Text Example
White with #69BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB4E; }
p { color: rgb(105,187,78); }
H1.HeaderClassName
{
color: #69BB4E;
}
.AnyTagClassName
{
color: #69BB4E;
}
</style>
background-color css
<style>
a { background-color: #69BB4E; }
a { background-color: rgb(105,187,78); }
div.DivClassName
{
background-color: #69BB4E;
}
.BgClassName
{
background-color: #69BB4E;
}
</style>
border-color css
<style>
span { border-color: #69BB4E; }
span { border-color: rgb(105,187,78); }
td.TdClassName
{
border-color: #69BB4E;
}
.TagClassName
{
border-color: #69BB4E;
}
</style>