Shades of Apple #69A757
Tints of Apple #69A757
RGB
CMYK
RGB Variations
Color information
#69A757 (or 0x69A757) is known color: Apple. HEX triplet: 69, A7 and 57. RGB value is (105,167,87). Sum of RGB (Red+Green+Blue) = 105+167+87=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #69A757 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A757 is #9658A8. Grayscale: #8B8B8B. Windows color (decimal): -9853097 or 5744489. OLE color: 5744489.
HSL color Cylindrical-coordinate representation of color #69A757: hue angle of 106.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A757 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 167 | 87 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.35 |
| HSL | 106.5º | 0.31% | 0.5% | - |
| HSV(B) | 106.5º | 0.48% | 0.65% | - |
| XYZ | 21.36 | 31.33 | 13.94 | - |
| YUV | 139.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 87 | 0.37 | 0 | 0.48 | 0.35 | 106.5 | 0.31 | 0.5 |
| Hex | 69 | A7 | 57 | 25 | 0 | 30 | 23 | 6A | 1F | 32 |
| Octal | 151 | 247 | 127 | 45 | 0 | 60 | 43 | 152 | 37 | 62 |
| Binary | 1101001 | 10100111 | 1010111 | 100101 | 0 | 110000 | 100011 | 1101010 | 11111 | 110010 |
Color Harmonies of #69A757
Complementary color
Monochromatic Colors of #69A757
Black with #69A757
Text Example
Text Example
White with #69A757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A757; }
p { color: rgb(105,167,87); }
H1.HeaderClassName
{
color: #69A757;
}
.AnyTagClassName
{
color: #69A757;
}
</style>
background-color css
<style>
a { background-color: #69A757; }
a { background-color: rgb(105,167,87); }
div.DivClassName
{
background-color: #69A757;
}
.BgClassName
{
background-color: #69A757;
}
</style>
border-color css
<style>
span { border-color: #69A757; }
span { border-color: rgb(105,167,87); }
td.TdClassName
{
border-color: #69A757;
}
.TagClassName
{
border-color: #69A757;
}
</style>