Shades of Apple #65A33D
Tints of Apple #65A33D
RGB
CMYK
RGB Variations
Color information
#65A33D (or 0x65A33D) is known color: Apple. HEX triplet: 65, A3 and 3D. RGB value is (101,163,61). Sum of RGB (Red+Green+Blue) = 101+163+61=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #65A33D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A33D is #9A5CC2. Grayscale: #858585. Windows color (decimal): -10116291 or 4039525. OLE color: 4039525.
HSL color Cylindrical-coordinate representation of color #65A33D: hue angle of 96.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65A33D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 61 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.36 |
| HSL | 96.47º | 0.46% | 0.44% | - |
| HSV(B) | 96.47º | 0.63% | 0.64% | - |
| XYZ | 19.31 | 29.3 | 9.05 | - |
| YUV | 132.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 61 | 0.38 | 0 | 0.63 | 0.36 | 96.47 | 0.46 | 0.44 |
| Hex | 65 | A3 | 3D | 26 | 0 | 3F | 24 | 60 | 2E | 2C |
| Octal | 145 | 243 | 75 | 46 | 0 | 77 | 44 | 140 | 56 | 54 |
| Binary | 1100101 | 10100011 | 111101 | 100110 | 0 | 111111 | 100100 | 1100000 | 101110 | 101100 |
Color Harmonies of #65A33D
Complementary color
Monochromatic Colors of #65A33D
Black with #65A33D
Text Example
Text Example
White with #65A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A33D; }
p { color: rgb(101,163,61); }
H1.HeaderClassName
{
color: #65A33D;
}
.AnyTagClassName
{
color: #65A33D;
}
</style>
background-color css
<style>
a { background-color: #65A33D; }
a { background-color: rgb(101,163,61); }
div.DivClassName
{
background-color: #65A33D;
}
.BgClassName
{
background-color: #65A33D;
}
</style>
border-color css
<style>
span { border-color: #65A33D; }
span { border-color: rgb(101,163,61); }
td.TdClassName
{
border-color: #65A33D;
}
.TagClassName
{
border-color: #65A33D;
}
</style>