Shades of Apple #65A14A
Tints of Apple #65A14A
RGB
CMYK
RGB Variations
Color information
#65A14A (or 0x65A14A) is known color: Apple. HEX triplet: 65, A1 and 4A. RGB value is (101,161,74). Sum of RGB (Red+Green+Blue) = 101+161+74=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #65A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A14A is #9A5EB5. Grayscale: #858585. Windows color (decimal): -10116790 or 4890981. OLE color: 4890981.
HSL color Cylindrical-coordinate representation of color #65A14A: hue angle of 101.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65A14A is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 74 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.37 |
| HSL | 101.38º | 0.37% | 0.46% | - |
| HSV(B) | 101.38º | 0.54% | 0.63% | - |
| XYZ | 19.35 | 28.75 | 11.01 | - |
| YUV | 133.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 74 | 0.37 | 0 | 0.54 | 0.37 | 101.38 | 0.37 | 0.46 |
| Hex | 65 | A1 | 4A | 25 | 0 | 36 | 25 | 65 | 25 | 2E |
| Octal | 145 | 241 | 112 | 45 | 0 | 66 | 45 | 145 | 45 | 56 |
| Binary | 1100101 | 10100001 | 1001010 | 100101 | 0 | 110110 | 100101 | 1100101 | 100101 | 101110 |
Color Harmonies of #65A14A
Complementary color
Monochromatic Colors of #65A14A
Black with #65A14A
Text Example
Text Example
White with #65A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A14A; }
p { color: rgb(101,161,74); }
H1.HeaderClassName
{
color: #65A14A;
}
.AnyTagClassName
{
color: #65A14A;
}
</style>
background-color css
<style>
a { background-color: #65A14A; }
a { background-color: rgb(101,161,74); }
div.DivClassName
{
background-color: #65A14A;
}
.BgClassName
{
background-color: #65A14A;
}
</style>
border-color css
<style>
span { border-color: #65A14A; }
span { border-color: rgb(101,161,74); }
td.TdClassName
{
border-color: #65A14A;
}
.TagClassName
{
border-color: #65A14A;
}
</style>