Shades of Apple #69A954
Tints of Apple #69A954
RGB
CMYK
RGB Variations
Color information
#69A954 (or 0x69A954) is known color: Apple. HEX triplet: 69, A9 and 54. RGB value is (105,169,84). Sum of RGB (Red+Green+Blue) = 105+169+84=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #69A954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A954 is #9656AB. Grayscale: #8C8C8C. Windows color (decimal): -9852588 or 5548393. OLE color: 5548393.
HSL color Cylindrical-coordinate representation of color #69A954: hue angle of 105.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69A954 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 169 | 84 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.34 |
| HSL | 105.18º | 0.34% | 0.5% | - |
| HSV(B) | 105.18º | 0.5% | 0.66% | - |
| XYZ | 21.61 | 32.02 | 13.43 | - |
| YUV | 140.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 169 | 84 | 0.38 | 0 | 0.50 | 0.34 | 105.18 | 0.34 | 0.5 |
| Hex | 69 | A9 | 54 | 26 | 0 | 32 | 22 | 69 | 22 | 32 |
| Octal | 151 | 251 | 124 | 46 | 0 | 62 | 42 | 151 | 42 | 62 |
| Binary | 1101001 | 10101001 | 1010100 | 100110 | 0 | 110010 | 100010 | 1101001 | 100010 | 110010 |
Color Harmonies of #69A954
Complementary color
Monochromatic Colors of #69A954
Black with #69A954
Text Example
Text Example
White with #69A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A954; }
p { color: rgb(105,169,84); }
H1.HeaderClassName
{
color: #69A954;
}
.AnyTagClassName
{
color: #69A954;
}
</style>
background-color css
<style>
a { background-color: #69A954; }
a { background-color: rgb(105,169,84); }
div.DivClassName
{
background-color: #69A954;
}
.BgClassName
{
background-color: #69A954;
}
</style>
border-color css
<style>
span { border-color: #69A954; }
span { border-color: rgb(105,169,84); }
td.TdClassName
{
border-color: #69A954;
}
.TagClassName
{
border-color: #69A954;
}
</style>