Shades of Apple #69A857
Tints of Apple #69A857
RGB
CMYK
RGB Variations
Color information
#69A857 (or 0x69A857) is known color: Apple. HEX triplet: 69, A8 and 57. RGB value is (105,168,87). Sum of RGB (Red+Green+Blue) = 105+168+87=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #69A857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A857 is #9657A8. Grayscale: #8C8C8C. Windows color (decimal): -9852841 or 5744745. OLE color: 5744745.
HSL color Cylindrical-coordinate representation of color #69A857: hue angle of 106.67º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A857 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 168 | 87 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.34 |
| HSL | 106.67º | 0.32% | 0.5% | - |
| HSV(B) | 106.67º | 0.48% | 0.66% | - |
| XYZ | 21.55 | 31.7 | 14 | - |
| YUV | 139.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 87 | 0.38 | 0 | 0.48 | 0.34 | 106.67 | 0.32 | 0.5 |
| Hex | 69 | A8 | 57 | 26 | 0 | 30 | 22 | 6B | 20 | 32 |
| Octal | 151 | 250 | 127 | 46 | 0 | 60 | 42 | 153 | 40 | 62 |
| Binary | 1101001 | 10101000 | 1010111 | 100110 | 0 | 110000 | 100010 | 1101011 | 100000 | 110010 |
Color Harmonies of #69A857
Complementary color
Monochromatic Colors of #69A857
Black with #69A857
Text Example
Text Example
White with #69A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A857; }
p { color: rgb(105,168,87); }
H1.HeaderClassName
{
color: #69A857;
}
.AnyTagClassName
{
color: #69A857;
}
</style>
background-color css
<style>
a { background-color: #69A857; }
a { background-color: rgb(105,168,87); }
div.DivClassName
{
background-color: #69A857;
}
.BgClassName
{
background-color: #69A857;
}
</style>
border-color css
<style>
span { border-color: #69A857; }
span { border-color: rgb(105,168,87); }
td.TdClassName
{
border-color: #69A857;
}
.TagClassName
{
border-color: #69A857;
}
</style>