Shades of Apple #69A45D
Tints of Apple #69A45D
RGB
CMYK
RGB Variations
Color information
#69A45D (or 0x69A45D) is known color: Apple. HEX triplet: 69, A4 and 5D. RGB value is (105,164,93). Sum of RGB (Red+Green+Blue) = 105+164+93=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #69A45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A45D is #965BA2. Grayscale: #8A8A8A. Windows color (decimal): -9853859 or 6136937. OLE color: 6136937.
HSL color Cylindrical-coordinate representation of color #69A45D: hue angle of 109.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69A45D is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 164 | 93 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.36 |
| HSL | 109.86º | 0.28% | 0.5% | - |
| HSV(B) | 109.86º | 0.43% | 0.64% | - |
| XYZ | 21.08 | 30.34 | 15.1 | - |
| YUV | 138.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 93 | 0.36 | 0 | 0.43 | 0.36 | 109.86 | 0.28 | 0.5 |
| Hex | 69 | A4 | 5D | 24 | 0 | 2B | 24 | 6E | 1C | 32 |
| Octal | 151 | 244 | 135 | 44 | 0 | 53 | 44 | 156 | 34 | 62 |
| Binary | 1101001 | 10100100 | 1011101 | 100100 | 0 | 101011 | 100100 | 1101110 | 11100 | 110010 |
Color Harmonies of #69A45D
Complementary color
Monochromatic Colors of #69A45D
Black with #69A45D
Text Example
Text Example
White with #69A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A45D; }
p { color: rgb(105,164,93); }
H1.HeaderClassName
{
color: #69A45D;
}
.AnyTagClassName
{
color: #69A45D;
}
</style>
background-color css
<style>
a { background-color: #69A45D; }
a { background-color: rgb(105,164,93); }
div.DivClassName
{
background-color: #69A45D;
}
.BgClassName
{
background-color: #69A45D;
}
</style>
border-color css
<style>
span { border-color: #69A45D; }
span { border-color: rgb(105,164,93); }
td.TdClassName
{
border-color: #69A45D;
}
.TagClassName
{
border-color: #69A45D;
}
</style>