Shades of Apple #65A738
Tints of Apple #65A738
RGB
CMYK
RGB Variations
Color information
#65A738 (or 0x65A738) is known color: Apple. HEX triplet: 65, A7 and 38. RGB value is (101,167,56). Sum of RGB (Red+Green+Blue) = 101+167+56=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #65A738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A738 is #9A58C7. Grayscale: #868686. Windows color (decimal): -10115272 or 3712869. OLE color: 3712869.
HSL color Cylindrical-coordinate representation of color #65A738: hue angle of 95.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65A738 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 56 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.35 |
| HSL | 95.68º | 0.5% | 0.44% | - |
| HSV(B) | 95.68º | 0.66% | 0.65% | - |
| XYZ | 19.9 | 30.69 | 8.62 | - |
| YUV | 134.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 56 | 0.40 | 0 | 0.66 | 0.35 | 95.68 | 0.5 | 0.44 |
| Hex | 65 | A7 | 38 | 28 | 0 | 42 | 23 | 60 | 32 | 2C |
| Octal | 145 | 247 | 70 | 50 | 0 | 102 | 43 | 140 | 62 | 54 |
| Binary | 1100101 | 10100111 | 111000 | 101000 | 0 | 1000010 | 100011 | 1100000 | 110010 | 101100 |
Color Harmonies of #65A738
Complementary color
Monochromatic Colors of #65A738
Black with #65A738
Text Example
Text Example
White with #65A738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A738; }
p { color: rgb(101,167,56); }
H1.HeaderClassName
{
color: #65A738;
}
.AnyTagClassName
{
color: #65A738;
}
</style>
background-color css
<style>
a { background-color: #65A738; }
a { background-color: rgb(101,167,56); }
div.DivClassName
{
background-color: #65A738;
}
.BgClassName
{
background-color: #65A738;
}
</style>
border-color css
<style>
span { border-color: #65A738; }
span { border-color: rgb(101,167,56); }
td.TdClassName
{
border-color: #65A738;
}
.TagClassName
{
border-color: #65A738;
}
</style>