Shades of Apple #69BB40
Tints of Apple #69BB40
RGB
CMYK
RGB Variations
Color information
#69BB40 (or 0x69BB40) is known color: Apple. HEX triplet: 69, BB and 40. RGB value is (105,187,64). Sum of RGB (Red+Green+Blue) = 105+187+64=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB40 is #9644BF. Grayscale: #949494. Windows color (decimal): -9848000 or 4242281. OLE color: 4242281.
HSL color Cylindrical-coordinate representation of color #69BB40: hue angle of 100º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69BB40 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 64 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.27 |
| HSL | 100º | 0.49% | 0.49% | - |
| HSV(B) | 100º | 0.66% | 0.73% | - |
| XYZ | 24.52 | 38.91 | 11.07 | - |
| YUV | 148.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 64 | 0.44 | 0 | 0.66 | 0.27 | 100 | 0.49 | 0.49 |
| Hex | 69 | BB | 40 | 2C | 0 | 42 | 1B | 64 | 31 | 31 |
| Octal | 151 | 273 | 100 | 54 | 0 | 102 | 33 | 144 | 61 | 61 |
| Binary | 1101001 | 10111011 | 1000000 | 101100 | 0 | 1000010 | 11011 | 1100100 | 110001 | 110001 |
Color Harmonies of #69BB40
Complementary color
Monochromatic Colors of #69BB40
Black with #69BB40
Text Example
Text Example
White with #69BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB40; }
p { color: rgb(105,187,64); }
H1.HeaderClassName
{
color: #69BB40;
}
.AnyTagClassName
{
color: #69BB40;
}
</style>
background-color css
<style>
a { background-color: #69BB40; }
a { background-color: rgb(105,187,64); }
div.DivClassName
{
background-color: #69BB40;
}
.BgClassName
{
background-color: #69BB40;
}
</style>
border-color css
<style>
span { border-color: #69BB40; }
span { border-color: rgb(105,187,64); }
td.TdClassName
{
border-color: #69BB40;
}
.TagClassName
{
border-color: #69BB40;
}
</style>