Shades of Apple #69AD5E
Tints of Apple #69AD5E
RGB
CMYK
RGB Variations
Color information
#69AD5E (or 0x69AD5E) is known color: Apple. HEX triplet: 69, AD and 5E. RGB value is (105,173,94). Sum of RGB (Red+Green+Blue) = 105+173+94=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD5E is #9652A1. Grayscale: #8F8F8F. Windows color (decimal): -9851554 or 6204777. OLE color: 6204777.
HSL color Cylindrical-coordinate representation of color #69AD5E: hue angle of 111.65º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69AD5E is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 94 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.32 |
| HSL | 111.65º | 0.33% | 0.52% | - |
| HSV(B) | 111.65º | 0.46% | 0.68% | - |
| XYZ | 22.79 | 33.7 | 15.89 | - |
| YUV | 143.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 94 | 0.39 | 0 | 0.46 | 0.32 | 111.65 | 0.33 | 0.52 |
| Hex | 69 | AD | 5E | 27 | 0 | 2E | 20 | 70 | 21 | 34 |
| Octal | 151 | 255 | 136 | 47 | 0 | 56 | 40 | 160 | 41 | 64 |
| Binary | 1101001 | 10101101 | 1011110 | 100111 | 0 | 101110 | 100000 | 1110000 | 100001 | 110100 |
Color Harmonies of #69AD5E
Complementary color
Monochromatic Colors of #69AD5E
Black with #69AD5E
Text Example
Text Example
White with #69AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD5E; }
p { color: rgb(105,173,94); }
H1.HeaderClassName
{
color: #69AD5E;
}
.AnyTagClassName
{
color: #69AD5E;
}
</style>
background-color css
<style>
a { background-color: #69AD5E; }
a { background-color: rgb(105,173,94); }
div.DivClassName
{
background-color: #69AD5E;
}
.BgClassName
{
background-color: #69AD5E;
}
</style>
border-color css
<style>
span { border-color: #69AD5E; }
span { border-color: rgb(105,173,94); }
td.TdClassName
{
border-color: #69AD5E;
}
.TagClassName
{
border-color: #69AD5E;
}
</style>