Shades of Apple #69AF4D
Tints of Apple #69AF4D
RGB
CMYK
RGB Variations
Color information
#69AF4D (or 0x69AF4D) is known color: Apple. HEX triplet: 69, AF and 4D. RGB value is (105,175,77). Sum of RGB (Red+Green+Blue) = 105+175+77=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF4D is #9650B2. Grayscale: #8F8F8F. Windows color (decimal): -9851059 or 5091177. OLE color: 5091177.
HSL color Cylindrical-coordinate representation of color #69AF4D: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69AF4D is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 77 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.31 |
| HSL | 102.86º | 0.39% | 0.49% | - |
| HSV(B) | 102.86º | 0.56% | 0.69% | - |
| XYZ | 22.5 | 34.2 | 12.44 | - |
| YUV | 142.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 77 | 0.40 | 0 | 0.56 | 0.31 | 102.86 | 0.39 | 0.49 |
| Hex | 69 | AF | 4D | 28 | 0 | 38 | 1F | 67 | 27 | 31 |
| Octal | 151 | 257 | 115 | 50 | 0 | 70 | 37 | 147 | 47 | 61 |
| Binary | 1101001 | 10101111 | 1001101 | 101000 | 0 | 111000 | 11111 | 1100111 | 100111 | 110001 |
Color Harmonies of #69AF4D
Complementary color
Monochromatic Colors of #69AF4D
Black with #69AF4D
Text Example
Text Example
White with #69AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF4D; }
p { color: rgb(105,175,77); }
H1.HeaderClassName
{
color: #69AF4D;
}
.AnyTagClassName
{
color: #69AF4D;
}
</style>
background-color css
<style>
a { background-color: #69AF4D; }
a { background-color: rgb(105,175,77); }
div.DivClassName
{
background-color: #69AF4D;
}
.BgClassName
{
background-color: #69AF4D;
}
</style>
border-color css
<style>
span { border-color: #69AF4D; }
span { border-color: rgb(105,175,77); }
td.TdClassName
{
border-color: #69AF4D;
}
.TagClassName
{
border-color: #69AF4D;
}
</style>