Shades of Apple #65AA4A
Tints of Apple #65AA4A
RGB
CMYK
RGB Variations
Color information
#65AA4A (or 0x65AA4A) is known color: Apple. HEX triplet: 65, AA and 4A. RGB value is (101,170,74). Sum of RGB (Red+Green+Blue) = 101+170+74=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA4A is #9A55B5. Grayscale: #8A8A8A. Windows color (decimal): -10114486 or 4893285. OLE color: 4893285.
HSL color Cylindrical-coordinate representation of color #65AA4A: hue angle of 103.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65AA4A is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 74 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.33 |
| HSL | 103.13º | 0.39% | 0.48% | - |
| HSV(B) | 103.13º | 0.56% | 0.67% | - |
| XYZ | 20.98 | 32.01 | 11.55 | - |
| YUV | 138.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 74 | 0.41 | 0 | 0.56 | 0.33 | 103.13 | 0.39 | 0.48 |
| Hex | 65 | AA | 4A | 29 | 0 | 38 | 21 | 67 | 27 | 30 |
| Octal | 145 | 252 | 112 | 51 | 0 | 70 | 41 | 147 | 47 | 60 |
| Binary | 1100101 | 10101010 | 1001010 | 101001 | 0 | 111000 | 100001 | 1100111 | 100111 | 110000 |
Color Harmonies of #65AA4A
Complementary color
Monochromatic Colors of #65AA4A
Black with #65AA4A
Text Example
Text Example
White with #65AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA4A; }
p { color: rgb(101,170,74); }
H1.HeaderClassName
{
color: #65AA4A;
}
.AnyTagClassName
{
color: #65AA4A;
}
</style>
background-color css
<style>
a { background-color: #65AA4A; }
a { background-color: rgb(101,170,74); }
div.DivClassName
{
background-color: #65AA4A;
}
.BgClassName
{
background-color: #65AA4A;
}
</style>
border-color css
<style>
span { border-color: #65AA4A; }
span { border-color: rgb(101,170,74); }
td.TdClassName
{
border-color: #65AA4A;
}
.TagClassName
{
border-color: #65AA4A;
}
</style>