Shades of Apple #65A74E
Tints of Apple #65A74E
RGB
CMYK
RGB Variations
Color information
#65A74E (or 0x65A74E) is known color: Apple. HEX triplet: 65, A7 and 4E. RGB value is (101,167,78). Sum of RGB (Red+Green+Blue) = 101+167+78=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #65A74E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A74E is #9A58B1. Grayscale: #898989. Windows color (decimal): -10115250 or 5154661. OLE color: 5154661.
HSL color Cylindrical-coordinate representation of color #65A74E: hue angle of 104.49º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65A74E is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 78 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.35 |
| HSL | 104.49º | 0.36% | 0.48% | - |
| HSV(B) | 104.49º | 0.53% | 0.65% | - |
| XYZ | 20.56 | 30.95 | 12.1 | - |
| YUV | 137.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 78 | 0.40 | 0 | 0.53 | 0.35 | 104.49 | 0.36 | 0.48 |
| Hex | 65 | A7 | 4E | 28 | 0 | 35 | 23 | 68 | 24 | 30 |
| Octal | 145 | 247 | 116 | 50 | 0 | 65 | 43 | 150 | 44 | 60 |
| Binary | 1100101 | 10100111 | 1001110 | 101000 | 0 | 110101 | 100011 | 1101000 | 100100 | 110000 |
Color Harmonies of #65A74E
Complementary color
Monochromatic Colors of #65A74E
Black with #65A74E
Text Example
Text Example
White with #65A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A74E; }
p { color: rgb(101,167,78); }
H1.HeaderClassName
{
color: #65A74E;
}
.AnyTagClassName
{
color: #65A74E;
}
</style>
background-color css
<style>
a { background-color: #65A74E; }
a { background-color: rgb(101,167,78); }
div.DivClassName
{
background-color: #65A74E;
}
.BgClassName
{
background-color: #65A74E;
}
</style>
border-color css
<style>
span { border-color: #65A74E; }
span { border-color: rgb(101,167,78); }
td.TdClassName
{
border-color: #65A74E;
}
.TagClassName
{
border-color: #65A74E;
}
</style>