Shades of Apple #69A841
Tints of Apple #69A841
RGB
CMYK
RGB Variations
Color information
#69A841 (or 0x69A841) is known color: Apple. HEX triplet: 69, A8 and 41. RGB value is (105,168,65). Sum of RGB (Red+Green+Blue) = 105+168+65=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #69A841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A841 is #9657BE. Grayscale: #898989. Windows color (decimal): -9852863 or 4302953. OLE color: 4302953.
HSL color Cylindrical-coordinate representation of color #69A841: hue angle of 96.7º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69A841 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 168 | 65 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.34 |
| HSL | 96.7º | 0.44% | 0.46% | - |
| HSV(B) | 96.7º | 0.61% | 0.66% | - |
| XYZ | 20.78 | 31.39 | 9.96 | - |
| YUV | 137.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 65 | 0.38 | 0 | 0.61 | 0.34 | 96.7 | 0.44 | 0.46 |
| Hex | 69 | A8 | 41 | 26 | 0 | 3D | 22 | 61 | 2C | 2E |
| Octal | 151 | 250 | 101 | 46 | 0 | 75 | 42 | 141 | 54 | 56 |
| Binary | 1101001 | 10101000 | 1000001 | 100110 | 0 | 111101 | 100010 | 1100001 | 101100 | 101110 |
Color Harmonies of #69A841
Complementary color
Monochromatic Colors of #69A841
Black with #69A841
Text Example
Text Example
White with #69A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A841; }
p { color: rgb(105,168,65); }
H1.HeaderClassName
{
color: #69A841;
}
.AnyTagClassName
{
color: #69A841;
}
</style>
background-color css
<style>
a { background-color: #69A841; }
a { background-color: rgb(105,168,65); }
div.DivClassName
{
background-color: #69A841;
}
.BgClassName
{
background-color: #69A841;
}
</style>
border-color css
<style>
span { border-color: #69A841; }
span { border-color: rgb(105,168,65); }
td.TdClassName
{
border-color: #69A841;
}
.TagClassName
{
border-color: #69A841;
}
</style>