Shades of Apple #69AF42
Tints of Apple #69AF42
RGB
CMYK
RGB Variations
Color information
#69AF42 (or 0x69AF42) is known color: Apple. HEX triplet: 69, AF and 42. RGB value is (105,175,66). Sum of RGB (Red+Green+Blue) = 105+175+66=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AF42 is #9650BD. Grayscale: #8E8E8E. Windows color (decimal): -9851070 or 4370281. OLE color: 4370281.
HSL color Cylindrical-coordinate representation of color #69AF42: hue angle of 98.53º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69AF42 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 66 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.31 |
| HSL | 98.53º | 0.45% | 0.47% | - |
| HSV(B) | 98.53º | 0.62% | 0.69% | - |
| XYZ | 22.14 | 34.06 | 10.56 | - |
| YUV | 141.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 66 | 0.40 | 0 | 0.62 | 0.31 | 98.53 | 0.45 | 0.47 |
| Hex | 69 | AF | 42 | 28 | 0 | 3E | 1F | 63 | 2D | 2F |
| Octal | 151 | 257 | 102 | 50 | 0 | 76 | 37 | 143 | 55 | 57 |
| Binary | 1101001 | 10101111 | 1000010 | 101000 | 0 | 111110 | 11111 | 1100011 | 101101 | 101111 |
Color Harmonies of #69AF42
Complementary color
Monochromatic Colors of #69AF42
Black with #69AF42
Text Example
Text Example
White with #69AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF42; }
p { color: rgb(105,175,66); }
H1.HeaderClassName
{
color: #69AF42;
}
.AnyTagClassName
{
color: #69AF42;
}
</style>
background-color css
<style>
a { background-color: #69AF42; }
a { background-color: rgb(105,175,66); }
div.DivClassName
{
background-color: #69AF42;
}
.BgClassName
{
background-color: #69AF42;
}
</style>
border-color css
<style>
span { border-color: #69AF42; }
span { border-color: rgb(105,175,66); }
td.TdClassName
{
border-color: #69AF42;
}
.TagClassName
{
border-color: #69AF42;
}
</style>