Shades of Apple #65A73E
Tints of Apple #65A73E
RGB
CMYK
RGB Variations
Color information
#65A73E (or 0x65A73E) is known color: Apple. HEX triplet: 65, A7 and 3E. RGB value is (101,167,62). Sum of RGB (Red+Green+Blue) = 101+167+62=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #65A73E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A73E is #9A58C1. Grayscale: #878787. Windows color (decimal): -10115266 or 4106085. OLE color: 4106085.
HSL color Cylindrical-coordinate representation of color #65A73E: hue angle of 97.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65A73E is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 62 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.35 |
| HSL | 97.71º | 0.46% | 0.45% | - |
| HSV(B) | 97.71º | 0.63% | 0.65% | - |
| XYZ | 20.06 | 30.75 | 9.44 | - |
| YUV | 135.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 62 | 0.40 | 0 | 0.63 | 0.35 | 97.71 | 0.46 | 0.45 |
| Hex | 65 | A7 | 3E | 28 | 0 | 3F | 23 | 62 | 2E | 2D |
| Octal | 145 | 247 | 76 | 50 | 0 | 77 | 43 | 142 | 56 | 55 |
| Binary | 1100101 | 10100111 | 111110 | 101000 | 0 | 111111 | 100011 | 1100010 | 101110 | 101101 |
Color Harmonies of #65A73E
Complementary color
Monochromatic Colors of #65A73E
Black with #65A73E
Text Example
Text Example
White with #65A73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A73E; }
p { color: rgb(101,167,62); }
H1.HeaderClassName
{
color: #65A73E;
}
.AnyTagClassName
{
color: #65A73E;
}
</style>
background-color css
<style>
a { background-color: #65A73E; }
a { background-color: rgb(101,167,62); }
div.DivClassName
{
background-color: #65A73E;
}
.BgClassName
{
background-color: #65A73E;
}
</style>
border-color css
<style>
span { border-color: #65A73E; }
span { border-color: rgb(101,167,62); }
td.TdClassName
{
border-color: #65A73E;
}
.TagClassName
{
border-color: #65A73E;
}
</style>