Shades of Apple #69AF4E
Tints of Apple #69AF4E
RGB
CMYK
RGB Variations
Color information
#69AF4E (or 0x69AF4E) is known color: Apple. HEX triplet: 69, AF and 4E. RGB value is (105,175,78). Sum of RGB (Red+Green+Blue) = 105+175+78=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF4E is #9650B1. Grayscale: #8F8F8F. Windows color (decimal): -9851058 or 5156713. OLE color: 5156713.
HSL color Cylindrical-coordinate representation of color #69AF4E: hue angle of 103.3º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69AF4E is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 78 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.31 |
| HSL | 103.3º | 0.38% | 0.5% | - |
| HSV(B) | 103.3º | 0.55% | 0.69% | - |
| XYZ | 22.53 | 34.21 | 12.62 | - |
| YUV | 143.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 78 | 0.40 | 0 | 0.55 | 0.31 | 103.3 | 0.38 | 0.5 |
| Hex | 69 | AF | 4E | 28 | 0 | 37 | 1F | 67 | 26 | 32 |
| Octal | 151 | 257 | 116 | 50 | 0 | 67 | 37 | 147 | 46 | 62 |
| Binary | 1101001 | 10101111 | 1001110 | 101000 | 0 | 110111 | 11111 | 1100111 | 100110 | 110010 |
Color Harmonies of #69AF4E
Complementary color
Monochromatic Colors of #69AF4E
Black with #69AF4E
Text Example
Text Example
White with #69AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF4E; }
p { color: rgb(105,175,78); }
H1.HeaderClassName
{
color: #69AF4E;
}
.AnyTagClassName
{
color: #69AF4E;
}
</style>
background-color css
<style>
a { background-color: #69AF4E; }
a { background-color: rgb(105,175,78); }
div.DivClassName
{
background-color: #69AF4E;
}
.BgClassName
{
background-color: #69AF4E;
}
</style>
border-color css
<style>
span { border-color: #69AF4E; }
span { border-color: rgb(105,175,78); }
td.TdClassName
{
border-color: #69AF4E;
}
.TagClassName
{
border-color: #69AF4E;
}
</style>