Shades of Apple #69AF5D
Tints of Apple #69AF5D
RGB
CMYK
RGB Variations
Color information
#69AF5D (or 0x69AF5D) is known color: Apple. HEX triplet: 69, AF and 5D. RGB value is (105,175,93). Sum of RGB (Red+Green+Blue) = 105+175+93=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF5D is #9650A2. Grayscale: #909090. Windows color (decimal): -9851043 or 6139753. OLE color: 6139753.
HSL color Cylindrical-coordinate representation of color #69AF5D: hue angle of 111.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69AF5D is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 93 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.31 |
| HSL | 111.22º | 0.34% | 0.53% | - |
| HSV(B) | 111.22º | 0.47% | 0.69% | - |
| XYZ | 23.13 | 34.45 | 15.79 | - |
| YUV | 144.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 93 | 0.40 | 0 | 0.47 | 0.31 | 111.22 | 0.34 | 0.53 |
| Hex | 69 | AF | 5D | 28 | 0 | 2F | 1F | 6F | 22 | 35 |
| Octal | 151 | 257 | 135 | 50 | 0 | 57 | 37 | 157 | 42 | 65 |
| Binary | 1101001 | 10101111 | 1011101 | 101000 | 0 | 101111 | 11111 | 1101111 | 100010 | 110101 |
Color Harmonies of #69AF5D
Complementary color
Monochromatic Colors of #69AF5D
Black with #69AF5D
Text Example
Text Example
White with #69AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF5D; }
p { color: rgb(105,175,93); }
H1.HeaderClassName
{
color: #69AF5D;
}
.AnyTagClassName
{
color: #69AF5D;
}
</style>
background-color css
<style>
a { background-color: #69AF5D; }
a { background-color: rgb(105,175,93); }
div.DivClassName
{
background-color: #69AF5D;
}
.BgClassName
{
background-color: #69AF5D;
}
</style>
border-color css
<style>
span { border-color: #69AF5D; }
span { border-color: rgb(105,175,93); }
td.TdClassName
{
border-color: #69AF5D;
}
.TagClassName
{
border-color: #69AF5D;
}
</style>