Shades of Apple #65A74F
Tints of Apple #65A74F
RGB
CMYK
RGB Variations
Color information
#65A74F (or 0x65A74F) is known color: Apple. HEX triplet: 65, A7 and 4F. RGB value is (101,167,79). Sum of RGB (Red+Green+Blue) = 101+167+79=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #65A74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A74F is #9A58B0. Grayscale: #898989. Windows color (decimal): -10115249 or 5220197. OLE color: 5220197.
HSL color Cylindrical-coordinate representation of color #65A74F: hue angle of 105º 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 #65A74F is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 79 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.35 |
| HSL | 105º | 0.36% | 0.48% | - |
| HSV(B) | 105º | 0.53% | 0.65% | - |
| XYZ | 20.6 | 30.97 | 12.29 | - |
| YUV | 137.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 79 | 0.40 | 0 | 0.53 | 0.35 | 105 | 0.36 | 0.48 |
| Hex | 65 | A7 | 4F | 28 | 0 | 35 | 23 | 69 | 24 | 30 |
| Octal | 145 | 247 | 117 | 50 | 0 | 65 | 43 | 151 | 44 | 60 |
| Binary | 1100101 | 10100111 | 1001111 | 101000 | 0 | 110101 | 100011 | 1101001 | 100100 | 110000 |
Color Harmonies of #65A74F
Complementary color
Monochromatic Colors of #65A74F
Black with #65A74F
Text Example
Text Example
White with #65A74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A74F; }
p { color: rgb(101,167,79); }
H1.HeaderClassName
{
color: #65A74F;
}
.AnyTagClassName
{
color: #65A74F;
}
</style>
background-color css
<style>
a { background-color: #65A74F; }
a { background-color: rgb(101,167,79); }
div.DivClassName
{
background-color: #65A74F;
}
.BgClassName
{
background-color: #65A74F;
}
</style>
border-color css
<style>
span { border-color: #65A74F; }
span { border-color: rgb(101,167,79); }
td.TdClassName
{
border-color: #65A74F;
}
.TagClassName
{
border-color: #65A74F;
}
</style>