Shades of Apple #69BC49
Tints of Apple #69BC49
RGB
CMYK
RGB Variations
Color information
#69BC49 (or 0x69BC49) is known color: Apple. HEX triplet: 69, BC and 49. RGB value is (105,188,73). Sum of RGB (Red+Green+Blue) = 105+188+73=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BC49 is #9643B6. Grayscale: #969696. Windows color (decimal): -9847735 or 4832361. OLE color: 4832361.
HSL color Cylindrical-coordinate representation of color #69BC49: hue angle of 103.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69BC49 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 73 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.26 |
| HSL | 103.3º | 0.46% | 0.51% | - |
| HSV(B) | 103.3º | 0.61% | 0.74% | - |
| XYZ | 25.01 | 39.45 | 12.6 | - |
| YUV | 150.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 73 | 0.44 | 0 | 0.61 | 0.26 | 103.3 | 0.46 | 0.51 |
| Hex | 69 | BC | 49 | 2C | 0 | 3D | 1A | 67 | 2E | 33 |
| Octal | 151 | 274 | 111 | 54 | 0 | 75 | 32 | 147 | 56 | 63 |
| Binary | 1101001 | 10111100 | 1001001 | 101100 | 0 | 111101 | 11010 | 1100111 | 101110 | 110011 |
Color Harmonies of #69BC49
Complementary color
Monochromatic Colors of #69BC49
Black with #69BC49
Text Example
Text Example
White with #69BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC49; }
p { color: rgb(105,188,73); }
H1.HeaderClassName
{
color: #69BC49;
}
.AnyTagClassName
{
color: #69BC49;
}
</style>
background-color css
<style>
a { background-color: #69BC49; }
a { background-color: rgb(105,188,73); }
div.DivClassName
{
background-color: #69BC49;
}
.BgClassName
{
background-color: #69BC49;
}
</style>
border-color css
<style>
span { border-color: #69BC49; }
span { border-color: rgb(105,188,73); }
td.TdClassName
{
border-color: #69BC49;
}
.TagClassName
{
border-color: #69BC49;
}
</style>