Shades of Apple #65A445
Tints of Apple #65A445
RGB
CMYK
RGB Variations
Color information
#65A445 (or 0x65A445) is known color: Apple. HEX triplet: 65, A4 and 45. RGB value is (101,164,69). Sum of RGB (Red+Green+Blue) = 101+164+69=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #65A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A445 is #9A5BBA. Grayscale: #868686. Windows color (decimal): -10116027 or 4564069. OLE color: 4564069.
HSL color Cylindrical-coordinate representation of color #65A445: hue angle of 99.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65A445 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 164 | 69 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.36 |
| HSL | 99.79º | 0.41% | 0.46% | - |
| HSV(B) | 99.79º | 0.58% | 0.64% | - |
| XYZ | 19.72 | 29.75 | 10.33 | - |
| YUV | 134.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 164 | 69 | 0.38 | 0 | 0.58 | 0.36 | 99.79 | 0.41 | 0.46 |
| Hex | 65 | A4 | 45 | 26 | 0 | 3A | 24 | 64 | 29 | 2E |
| Octal | 145 | 244 | 105 | 46 | 0 | 72 | 44 | 144 | 51 | 56 |
| Binary | 1100101 | 10100100 | 1000101 | 100110 | 0 | 111010 | 100100 | 1100100 | 101001 | 101110 |
Color Harmonies of #65A445
Complementary color
Monochromatic Colors of #65A445
Black with #65A445
Text Example
Text Example
White with #65A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A445; }
p { color: rgb(101,164,69); }
H1.HeaderClassName
{
color: #65A445;
}
.AnyTagClassName
{
color: #65A445;
}
</style>
background-color css
<style>
a { background-color: #65A445; }
a { background-color: rgb(101,164,69); }
div.DivClassName
{
background-color: #65A445;
}
.BgClassName
{
background-color: #65A445;
}
</style>
border-color css
<style>
span { border-color: #65A445; }
span { border-color: rgb(101,164,69); }
td.TdClassName
{
border-color: #65A445;
}
.TagClassName
{
border-color: #65A445;
}
</style>