Shades of Apple #65AF59
Tints of Apple #65AF59
RGB
CMYK
RGB Variations
Color information
#65AF59 (or 0x65AF59) is known color: Apple. HEX triplet: 65, AF and 59. RGB value is (101,175,89). Sum of RGB (Red+Green+Blue) = 101+175+89=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF59 is #9A50A6. Grayscale: #8F8F8F. Windows color (decimal): -10113191 or 5877605. OLE color: 5877605.
HSL color Cylindrical-coordinate representation of color #65AF59: hue angle of 111.63º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65AF59 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 89 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.31 |
| HSL | 111.63º | 0.35% | 0.52% | - |
| HSV(B) | 111.63º | 0.49% | 0.69% | - |
| XYZ | 22.5 | 34.15 | 14.86 | - |
| YUV | 143.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 89 | 0.42 | 0 | 0.49 | 0.31 | 111.63 | 0.35 | 0.52 |
| Hex | 65 | AF | 59 | 2A | 0 | 31 | 1F | 70 | 23 | 34 |
| Octal | 145 | 257 | 131 | 52 | 0 | 61 | 37 | 160 | 43 | 64 |
| Binary | 1100101 | 10101111 | 1011001 | 101010 | 0 | 110001 | 11111 | 1110000 | 100011 | 110100 |
Color Harmonies of #65AF59
Complementary color
Monochromatic Colors of #65AF59
Black with #65AF59
Text Example
Text Example
White with #65AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF59; }
p { color: rgb(101,175,89); }
H1.HeaderClassName
{
color: #65AF59;
}
.AnyTagClassName
{
color: #65AF59;
}
</style>
background-color css
<style>
a { background-color: #65AF59; }
a { background-color: rgb(101,175,89); }
div.DivClassName
{
background-color: #65AF59;
}
.BgClassName
{
background-color: #65AF59;
}
</style>
border-color css
<style>
span { border-color: #65AF59; }
span { border-color: rgb(101,175,89); }
td.TdClassName
{
border-color: #65AF59;
}
.TagClassName
{
border-color: #65AF59;
}
</style>