Shades of Apple #65A346
Tints of Apple #65A346
RGB
CMYK
RGB Variations
Color information
#65A346 (or 0x65A346) is known color: Apple. HEX triplet: 65, A3 and 46. RGB value is (101,163,70). Sum of RGB (Red+Green+Blue) = 101+163+70=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #65A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A346 is #9A5CB9. Grayscale: #868686. Windows color (decimal): -10116282 or 4629349. OLE color: 4629349.
HSL color Cylindrical-coordinate representation of color #65A346: hue angle of 100º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65A346 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 70 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.36 |
| HSL | 100º | 0.4% | 0.46% | - |
| HSV(B) | 100º | 0.57% | 0.64% | - |
| XYZ | 19.57 | 29.4 | 10.44 | - |
| YUV | 133.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 70 | 0.38 | 0 | 0.57 | 0.36 | 100 | 0.4 | 0.46 |
| Hex | 65 | A3 | 46 | 26 | 0 | 39 | 24 | 64 | 28 | 2E |
| Octal | 145 | 243 | 106 | 46 | 0 | 71 | 44 | 144 | 50 | 56 |
| Binary | 1100101 | 10100011 | 1000110 | 100110 | 0 | 111001 | 100100 | 1100100 | 101000 | 101110 |
Color Harmonies of #65A346
Complementary color
Monochromatic Colors of #65A346
Black with #65A346
Text Example
Text Example
White with #65A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A346; }
p { color: rgb(101,163,70); }
H1.HeaderClassName
{
color: #65A346;
}
.AnyTagClassName
{
color: #65A346;
}
</style>
background-color css
<style>
a { background-color: #65A346; }
a { background-color: rgb(101,163,70); }
div.DivClassName
{
background-color: #65A346;
}
.BgClassName
{
background-color: #65A346;
}
</style>
border-color css
<style>
span { border-color: #65A346; }
span { border-color: rgb(101,163,70); }
td.TdClassName
{
border-color: #65A346;
}
.TagClassName
{
border-color: #65A346;
}
</style>