Shades of Apple #65A63F
Tints of Apple #65A63F
RGB
CMYK
RGB Variations
Color information
#65A63F (or 0x65A63F) is known color: Apple. HEX triplet: 65, A6 and 3F. RGB value is (101,166,63). Sum of RGB (Red+Green+Blue) = 101+166+63=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #65A63F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A63F is #9A59C0. Grayscale: #878787. Windows color (decimal): -10115521 or 4171365. OLE color: 4171365.
HSL color Cylindrical-coordinate representation of color #65A63F: hue angle of 97.86º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65A63F is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 63 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.35 |
| HSL | 97.86º | 0.45% | 0.45% | - |
| HSV(B) | 97.86º | 0.62% | 0.65% | - |
| XYZ | 19.9 | 30.4 | 9.52 | - |
| YUV | 134.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 63 | 0.39 | 0 | 0.62 | 0.35 | 97.86 | 0.45 | 0.45 |
| Hex | 65 | A6 | 3F | 27 | 0 | 3E | 23 | 62 | 2D | 2D |
| Octal | 145 | 246 | 77 | 47 | 0 | 76 | 43 | 142 | 55 | 55 |
| Binary | 1100101 | 10100110 | 111111 | 100111 | 0 | 111110 | 100011 | 1100010 | 101101 | 101101 |
Color Harmonies of #65A63F
Complementary color
Monochromatic Colors of #65A63F
Black with #65A63F
Text Example
Text Example
White with #65A63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A63F; }
p { color: rgb(101,166,63); }
H1.HeaderClassName
{
color: #65A63F;
}
.AnyTagClassName
{
color: #65A63F;
}
</style>
background-color css
<style>
a { background-color: #65A63F; }
a { background-color: rgb(101,166,63); }
div.DivClassName
{
background-color: #65A63F;
}
.BgClassName
{
background-color: #65A63F;
}
</style>
border-color css
<style>
span { border-color: #65A63F; }
span { border-color: rgb(101,166,63); }
td.TdClassName
{
border-color: #65A63F;
}
.TagClassName
{
border-color: #65A63F;
}
</style>