Shades of Apple #69AF5A
Tints of Apple #69AF5A
RGB
CMYK
RGB Variations
Color information
#69AF5A (or 0x69AF5A) is known color: Apple. HEX triplet: 69, AF and 5A. RGB value is (105,175,90). Sum of RGB (Red+Green+Blue) = 105+175+90=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF5A is #9650A5. Grayscale: #909090. Windows color (decimal): -9851046 or 5943145. OLE color: 5943145.
HSL color Cylindrical-coordinate representation of color #69AF5A: hue angle of 109.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69AF5A is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 90 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.31 |
| HSL | 109.41º | 0.35% | 0.52% | - |
| HSV(B) | 109.41º | 0.49% | 0.69% | - |
| XYZ | 23 | 34.4 | 15.1 | - |
| YUV | 144.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 90 | 0.40 | 0 | 0.49 | 0.31 | 109.41 | 0.35 | 0.52 |
| Hex | 69 | AF | 5A | 28 | 0 | 31 | 1F | 6D | 23 | 34 |
| Octal | 151 | 257 | 132 | 50 | 0 | 61 | 37 | 155 | 43 | 64 |
| Binary | 1101001 | 10101111 | 1011010 | 101000 | 0 | 110001 | 11111 | 1101101 | 100011 | 110100 |
Color Harmonies of #69AF5A
Complementary color
Monochromatic Colors of #69AF5A
Black with #69AF5A
Text Example
Text Example
White with #69AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF5A; }
p { color: rgb(105,175,90); }
H1.HeaderClassName
{
color: #69AF5A;
}
.AnyTagClassName
{
color: #69AF5A;
}
</style>
background-color css
<style>
a { background-color: #69AF5A; }
a { background-color: rgb(105,175,90); }
div.DivClassName
{
background-color: #69AF5A;
}
.BgClassName
{
background-color: #69AF5A;
}
</style>
border-color css
<style>
span { border-color: #69AF5A; }
span { border-color: rgb(105,175,90); }
td.TdClassName
{
border-color: #69AF5A;
}
.TagClassName
{
border-color: #69AF5A;
}
</style>