Shades of Apple #69BB58
Tints of Apple #69BB58
RGB
CMYK
RGB Variations
Color information
#69BB58 (or 0x69BB58) is known color: Apple. HEX triplet: 69, BB and 58. RGB value is (105,187,88). Sum of RGB (Red+Green+Blue) = 105+187+88=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB58 is #9644A7. Grayscale: #979797. Windows color (decimal): -9847976 or 5815145. OLE color: 5815145.
HSL color Cylindrical-coordinate representation of color #69BB58: hue angle of 109.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69BB58 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 88 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.27 |
| HSL | 109.7º | 0.42% | 0.54% | - |
| HSV(B) | 109.7º | 0.53% | 0.73% | - |
| XYZ | 25.36 | 39.25 | 15.47 | - |
| YUV | 151.2 | 92.33 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 88 | 0.44 | 0 | 0.53 | 0.27 | 109.7 | 0.42 | 0.54 |
| Hex | 69 | BB | 58 | 2C | 0 | 35 | 1B | 6E | 2A | 36 |
| Octal | 151 | 273 | 130 | 54 | 0 | 65 | 33 | 156 | 52 | 66 |
| Binary | 1101001 | 10111011 | 1011000 | 101100 | 0 | 110101 | 11011 | 1101110 | 101010 | 110110 |
Color Harmonies of #69BB58
Complementary color
Monochromatic Colors of #69BB58
Black with #69BB58
Text Example
Text Example
White with #69BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB58; }
p { color: rgb(105,187,88); }
H1.HeaderClassName
{
color: #69BB58;
}
.AnyTagClassName
{
color: #69BB58;
}
</style>
background-color css
<style>
a { background-color: #69BB58; }
a { background-color: rgb(105,187,88); }
div.DivClassName
{
background-color: #69BB58;
}
.BgClassName
{
background-color: #69BB58;
}
</style>
border-color css
<style>
span { border-color: #69BB58; }
span { border-color: rgb(105,187,88); }
td.TdClassName
{
border-color: #69BB58;
}
.TagClassName
{
border-color: #69BB58;
}
</style>