Shades of Apple #65AB3C
Tints of Apple #65AB3C
RGB
CMYK
RGB Variations
Color information
#65AB3C (or 0x65AB3C) is known color: Apple. HEX triplet: 65, AB and 3C. RGB value is (101,171,60). Sum of RGB (Red+Green+Blue) = 101+171+60=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB3C is #9A54C3. Grayscale: #898989. Windows color (decimal): -10114244 or 3976037. OLE color: 3976037.
HSL color Cylindrical-coordinate representation of color #65AB3C: hue angle of 97.84º 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 #65AB3C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 60 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.33 |
| HSL | 97.84º | 0.48% | 0.45% | - |
| HSV(B) | 97.84º | 0.65% | 0.67% | - |
| XYZ | 20.75 | 32.22 | 9.4 | - |
| YUV | 137.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 60 | 0.41 | 0 | 0.65 | 0.33 | 97.84 | 0.48 | 0.45 |
| Hex | 65 | AB | 3C | 29 | 0 | 41 | 21 | 62 | 30 | 2D |
| Octal | 145 | 253 | 74 | 51 | 0 | 101 | 41 | 142 | 60 | 55 |
| Binary | 1100101 | 10101011 | 111100 | 101001 | 0 | 1000001 | 100001 | 1100010 | 110000 | 101101 |
Color Harmonies of #65AB3C
Complementary color
Monochromatic Colors of #65AB3C
Black with #65AB3C
Text Example
Text Example
White with #65AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB3C; }
p { color: rgb(101,171,60); }
H1.HeaderClassName
{
color: #65AB3C;
}
.AnyTagClassName
{
color: #65AB3C;
}
</style>
background-color css
<style>
a { background-color: #65AB3C; }
a { background-color: rgb(101,171,60); }
div.DivClassName
{
background-color: #65AB3C;
}
.BgClassName
{
background-color: #65AB3C;
}
</style>
border-color css
<style>
span { border-color: #65AB3C; }
span { border-color: rgb(101,171,60); }
td.TdClassName
{
border-color: #65AB3C;
}
.TagClassName
{
border-color: #65AB3C;
}
</style>