Shades of Apple #69A652
Tints of Apple #69A652
RGB
CMYK
RGB Variations
Color information
#69A652 (or 0x69A652) is known color: Apple. HEX triplet: 69, A6 and 52. RGB value is (105,166,82). Sum of RGB (Red+Green+Blue) = 105+166+82=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #69A652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A652 is #9659AD. Grayscale: #8A8A8A. Windows color (decimal): -9853358 or 5416553. OLE color: 5416553.
HSL color Cylindrical-coordinate representation of color #69A652: hue angle of 103.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A652 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 166 | 82 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.35 |
| HSL | 103.57º | 0.34% | 0.49% | - |
| HSV(B) | 103.57º | 0.51% | 0.65% | - |
| XYZ | 20.98 | 30.88 | 12.84 | - |
| YUV | 138.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 82 | 0.37 | 0 | 0.51 | 0.35 | 103.57 | 0.34 | 0.49 |
| Hex | 69 | A6 | 52 | 25 | 0 | 33 | 23 | 68 | 22 | 31 |
| Octal | 151 | 246 | 122 | 45 | 0 | 63 | 43 | 150 | 42 | 61 |
| Binary | 1101001 | 10100110 | 1010010 | 100101 | 0 | 110011 | 100011 | 1101000 | 100010 | 110001 |
Color Harmonies of #69A652
Complementary color
Monochromatic Colors of #69A652
Black with #69A652
Text Example
Text Example
White with #69A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A652; }
p { color: rgb(105,166,82); }
H1.HeaderClassName
{
color: #69A652;
}
.AnyTagClassName
{
color: #69A652;
}
</style>
background-color css
<style>
a { background-color: #69A652; }
a { background-color: rgb(105,166,82); }
div.DivClassName
{
background-color: #69A652;
}
.BgClassName
{
background-color: #69A652;
}
</style>
border-color css
<style>
span { border-color: #69A652; }
span { border-color: rgb(105,166,82); }
td.TdClassName
{
border-color: #69A652;
}
.TagClassName
{
border-color: #69A652;
}
</style>