Shades of Apple #65AA42
Tints of Apple #65AA42
RGB
CMYK
RGB Variations
Color information
#65AA42 (or 0x65AA42) is known color: Apple. HEX triplet: 65, AA and 42. RGB value is (101,170,66). Sum of RGB (Red+Green+Blue) = 101+170+66=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA42 is #9A55BD. Grayscale: #898989. Windows color (decimal): -10114494 or 4368997. OLE color: 4368997.
HSL color Cylindrical-coordinate representation of color #65AA42: hue angle of 99.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65AA42 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 66 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.33 |
| HSL | 99.81º | 0.44% | 0.46% | - |
| HSV(B) | 99.81º | 0.61% | 0.67% | - |
| XYZ | 20.72 | 31.91 | 10.22 | - |
| YUV | 137.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 66 | 0.41 | 0 | 0.61 | 0.33 | 99.81 | 0.44 | 0.46 |
| Hex | 65 | AA | 42 | 29 | 0 | 3D | 21 | 64 | 2C | 2E |
| Octal | 145 | 252 | 102 | 51 | 0 | 75 | 41 | 144 | 54 | 56 |
| Binary | 1100101 | 10101010 | 1000010 | 101001 | 0 | 111101 | 100001 | 1100100 | 101100 | 101110 |
Color Harmonies of #65AA42
Complementary color
Monochromatic Colors of #65AA42
Black with #65AA42
Text Example
Text Example
White with #65AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA42; }
p { color: rgb(101,170,66); }
H1.HeaderClassName
{
color: #65AA42;
}
.AnyTagClassName
{
color: #65AA42;
}
</style>
background-color css
<style>
a { background-color: #65AA42; }
a { background-color: rgb(101,170,66); }
div.DivClassName
{
background-color: #65AA42;
}
.BgClassName
{
background-color: #65AA42;
}
</style>
border-color css
<style>
span { border-color: #65AA42; }
span { border-color: rgb(101,170,66); }
td.TdClassName
{
border-color: #65AA42;
}
.TagClassName
{
border-color: #65AA42;
}
</style>