Shades of Apple #659B43
Tints of Apple #659B43
RGB
CMYK
RGB Variations
Color information
#659B43 (or 0x659B43) is known color: Apple. HEX triplet: 65, 9B and 43. RGB value is (101,155,67). Sum of RGB (Red+Green+Blue) = 101+155+67=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #659B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B43 is #9A64BC. Grayscale: #818181. Windows color (decimal): -10118333 or 4430693. OLE color: 4430693.
HSL color Cylindrical-coordinate representation of color #659B43: hue angle of 96.82º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #659B43 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 67 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.39 |
| HSL | 96.82º | 0.4% | 0.44% | - |
| HSV(B) | 96.82º | 0.57% | 0.61% | - |
| XYZ | 18.1 | 26.61 | 9.49 | - |
| YUV | 128.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 67 | 0.35 | 0 | 0.57 | 0.39 | 96.82 | 0.4 | 0.44 |
| Hex | 65 | 9B | 43 | 23 | 0 | 39 | 27 | 61 | 28 | 2C |
| Octal | 145 | 233 | 103 | 43 | 0 | 71 | 47 | 141 | 50 | 54 |
| Binary | 1100101 | 10011011 | 1000011 | 100011 | 0 | 111001 | 100111 | 1100001 | 101000 | 101100 |
Color Harmonies of #659B43
Complementary color
Monochromatic Colors of #659B43
Black with #659B43
Text Example
Text Example
White with #659B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B43; }
p { color: rgb(101,155,67); }
H1.HeaderClassName
{
color: #659B43;
}
.AnyTagClassName
{
color: #659B43;
}
</style>
background-color css
<style>
a { background-color: #659B43; }
a { background-color: rgb(101,155,67); }
div.DivClassName
{
background-color: #659B43;
}
.BgClassName
{
background-color: #659B43;
}
</style>
border-color css
<style>
span { border-color: #659B43; }
span { border-color: rgb(101,155,67); }
td.TdClassName
{
border-color: #659B43;
}
.TagClassName
{
border-color: #659B43;
}
</style>