Shades of Apple #65B346
Tints of Apple #65B346
RGB
CMYK
RGB Variations
Color information
#65B346 (or 0x65B346) is known color: Apple. HEX triplet: 65, B3 and 46. RGB value is (101,179,70). Sum of RGB (Red+Green+Blue) = 101+179+70=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #65B346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B346 is #9A4CB9. Grayscale: #8F8F8F. Windows color (decimal): -10112186 or 4633445. OLE color: 4633445.
HSL color Cylindrical-coordinate representation of color #65B346: hue angle of 102.94º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65B346 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 70 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.30 |
| HSL | 102.94º | 0.44% | 0.49% | - |
| HSV(B) | 102.94º | 0.61% | 0.7% | - |
| XYZ | 22.59 | 35.45 | 11.45 | - |
| YUV | 143.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 70 | 0.44 | 0 | 0.61 | 0.30 | 102.94 | 0.44 | 0.49 |
| Hex | 65 | B3 | 46 | 2C | 0 | 3D | 1E | 67 | 2C | 31 |
| Octal | 145 | 263 | 106 | 54 | 0 | 75 | 36 | 147 | 54 | 61 |
| Binary | 1100101 | 10110011 | 1000110 | 101100 | 0 | 111101 | 11110 | 1100111 | 101100 | 110001 |
Color Harmonies of #65B346
Complementary color
Monochromatic Colors of #65B346
Black with #65B346
Text Example
Text Example
White with #65B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B346; }
p { color: rgb(101,179,70); }
H1.HeaderClassName
{
color: #65B346;
}
.AnyTagClassName
{
color: #65B346;
}
</style>
background-color css
<style>
a { background-color: #65B346; }
a { background-color: rgb(101,179,70); }
div.DivClassName
{
background-color: #65B346;
}
.BgClassName
{
background-color: #65B346;
}
</style>
border-color css
<style>
span { border-color: #65B346; }
span { border-color: rgb(101,179,70); }
td.TdClassName
{
border-color: #65B346;
}
.TagClassName
{
border-color: #65B346;
}
</style>