Shades of Apple #69AD5B
Tints of Apple #69AD5B
RGB
CMYK
RGB Variations
Color information
#69AD5B (or 0x69AD5B) is known color: Apple. HEX triplet: 69, AD and 5B. RGB value is (105,173,91). Sum of RGB (Red+Green+Blue) = 105+173+91=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD5B is #9652A4. Grayscale: #8F8F8F. Windows color (decimal): -9851557 or 6008169. OLE color: 6008169.
HSL color Cylindrical-coordinate representation of color #69AD5B: hue angle of 109.76º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69AD5B is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 91 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.32 |
| HSL | 109.76º | 0.33% | 0.52% | - |
| HSV(B) | 109.76º | 0.47% | 0.68% | - |
| XYZ | 22.66 | 33.65 | 15.2 | - |
| YUV | 143.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 91 | 0.39 | 0 | 0.47 | 0.32 | 109.76 | 0.33 | 0.52 |
| Hex | 69 | AD | 5B | 27 | 0 | 2F | 20 | 6E | 21 | 34 |
| Octal | 151 | 255 | 133 | 47 | 0 | 57 | 40 | 156 | 41 | 64 |
| Binary | 1101001 | 10101101 | 1011011 | 100111 | 0 | 101111 | 100000 | 1101110 | 100001 | 110100 |
Color Harmonies of #69AD5B
Complementary color
Monochromatic Colors of #69AD5B
Black with #69AD5B
Text Example
Text Example
White with #69AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD5B; }
p { color: rgb(105,173,91); }
H1.HeaderClassName
{
color: #69AD5B;
}
.AnyTagClassName
{
color: #69AD5B;
}
</style>
background-color css
<style>
a { background-color: #69AD5B; }
a { background-color: rgb(105,173,91); }
div.DivClassName
{
background-color: #69AD5B;
}
.BgClassName
{
background-color: #69AD5B;
}
</style>
border-color css
<style>
span { border-color: #69AD5B; }
span { border-color: rgb(105,173,91); }
td.TdClassName
{
border-color: #69AD5B;
}
.TagClassName
{
border-color: #69AD5B;
}
</style>