Shades of Apple #65AA3C
Tints of Apple #65AA3C
RGB
CMYK
RGB Variations
Color information
#65AA3C (or 0x65AA3C) is known color: Apple. HEX triplet: 65, AA and 3C. RGB value is (101,170,60). Sum of RGB (Red+Green+Blue) = 101+170+60=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA3C is #9A55C3. Grayscale: #898989. Windows color (decimal): -10114500 or 3975781. OLE color: 3975781.
HSL color Cylindrical-coordinate representation of color #65AA3C: hue angle of 97.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65AA3C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 60 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.33 |
| HSL | 97.64º | 0.48% | 0.45% | - |
| HSV(B) | 97.64º | 0.65% | 0.67% | - |
| XYZ | 20.56 | 31.84 | 9.34 | - |
| YUV | 136.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 60 | 0.41 | 0 | 0.65 | 0.33 | 97.64 | 0.48 | 0.45 |
| Hex | 65 | AA | 3C | 29 | 0 | 41 | 21 | 62 | 30 | 2D |
| Octal | 145 | 252 | 74 | 51 | 0 | 101 | 41 | 142 | 60 | 55 |
| Binary | 1100101 | 10101010 | 111100 | 101001 | 0 | 1000001 | 100001 | 1100010 | 110000 | 101101 |
Color Harmonies of #65AA3C
Complementary color
Monochromatic Colors of #65AA3C
Black with #65AA3C
Text Example
Text Example
White with #65AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA3C; }
p { color: rgb(101,170,60); }
H1.HeaderClassName
{
color: #65AA3C;
}
.AnyTagClassName
{
color: #65AA3C;
}
</style>
background-color css
<style>
a { background-color: #65AA3C; }
a { background-color: rgb(101,170,60); }
div.DivClassName
{
background-color: #65AA3C;
}
.BgClassName
{
background-color: #65AA3C;
}
</style>
border-color css
<style>
span { border-color: #65AA3C; }
span { border-color: rgb(101,170,60); }
td.TdClassName
{
border-color: #65AA3C;
}
.TagClassName
{
border-color: #65AA3C;
}
</style>