Shades of Apple #65AA39
Tints of Apple #65AA39
RGB
CMYK
RGB Variations
Color information
#65AA39 (or 0x65AA39) is known color: Apple. HEX triplet: 65, AA and 39. RGB value is (101,170,57). Sum of RGB (Red+Green+Blue) = 101+170+57=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA39 is #9A55C6. Grayscale: #888888. Windows color (decimal): -10114503 or 3779173. OLE color: 3779173.
HSL color Cylindrical-coordinate representation of color #65AA39: hue angle of 96.64º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65AA39 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 57 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.33 |
| HSL | 96.64º | 0.5% | 0.45% | - |
| HSV(B) | 96.64º | 0.66% | 0.67% | - |
| XYZ | 20.48 | 31.81 | 8.93 | - |
| YUV | 136.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 57 | 0.41 | 0 | 0.66 | 0.33 | 96.64 | 0.5 | 0.45 |
| Hex | 65 | AA | 39 | 29 | 0 | 42 | 21 | 61 | 32 | 2D |
| Octal | 145 | 252 | 71 | 51 | 0 | 102 | 41 | 141 | 62 | 55 |
| Binary | 1100101 | 10101010 | 111001 | 101001 | 0 | 1000010 | 100001 | 1100001 | 110010 | 101101 |
Color Harmonies of #65AA39
Complementary color
Monochromatic Colors of #65AA39
Black with #65AA39
Text Example
Text Example
White with #65AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA39; }
p { color: rgb(101,170,57); }
H1.HeaderClassName
{
color: #65AA39;
}
.AnyTagClassName
{
color: #65AA39;
}
</style>
background-color css
<style>
a { background-color: #65AA39; }
a { background-color: rgb(101,170,57); }
div.DivClassName
{
background-color: #65AA39;
}
.BgClassName
{
background-color: #65AA39;
}
</style>
border-color css
<style>
span { border-color: #65AA39; }
span { border-color: rgb(101,170,57); }
td.TdClassName
{
border-color: #65AA39;
}
.TagClassName
{
border-color: #65AA39;
}
</style>