Shades of Apple #65A84A
Tints of Apple #65A84A
RGB
CMYK
RGB Variations
Color information
#65A84A (or 0x65A84A) is known color: Apple. HEX triplet: 65, A8 and 4A. RGB value is (101,168,74). Sum of RGB (Red+Green+Blue) = 101+168+74=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #65A84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A84A is #9A57B5. Grayscale: #898989. Windows color (decimal): -10114998 or 4892773. OLE color: 4892773.
HSL color Cylindrical-coordinate representation of color #65A84A: hue angle of 102.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A84A is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 74 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.34 |
| HSL | 102.77º | 0.39% | 0.47% | - |
| HSV(B) | 102.77º | 0.56% | 0.66% | - |
| XYZ | 20.61 | 31.27 | 11.43 | - |
| YUV | 137.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 74 | 0.40 | 0 | 0.56 | 0.34 | 102.77 | 0.39 | 0.47 |
| Hex | 65 | A8 | 4A | 28 | 0 | 38 | 22 | 67 | 27 | 2F |
| Octal | 145 | 250 | 112 | 50 | 0 | 70 | 42 | 147 | 47 | 57 |
| Binary | 1100101 | 10101000 | 1001010 | 101000 | 0 | 111000 | 100010 | 1100111 | 100111 | 101111 |
Color Harmonies of #65A84A
Complementary color
Monochromatic Colors of #65A84A
Black with #65A84A
Text Example
Text Example
White with #65A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A84A; }
p { color: rgb(101,168,74); }
H1.HeaderClassName
{
color: #65A84A;
}
.AnyTagClassName
{
color: #65A84A;
}
</style>
background-color css
<style>
a { background-color: #65A84A; }
a { background-color: rgb(101,168,74); }
div.DivClassName
{
background-color: #65A84A;
}
.BgClassName
{
background-color: #65A84A;
}
</style>
border-color css
<style>
span { border-color: #65A84A; }
span { border-color: rgb(101,168,74); }
td.TdClassName
{
border-color: #65A84A;
}
.TagClassName
{
border-color: #65A84A;
}
</style>