Shades of Apple #659943
Tints of Apple #659943
RGB
CMYK
RGB Variations
Color information
#659943 (or 0x659943) is known color: Apple. HEX triplet: 65, 99 and 43. RGB value is (101,153,67). Sum of RGB (Red+Green+Blue) = 101+153+67=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #659943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659943 is #9A66BC. Grayscale: #7F7F7F. Windows color (decimal): -10118845 or 4430181. OLE color: 4430181.
HSL color Cylindrical-coordinate representation of color #659943: hue angle of 96.28º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659943 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 67 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.4 |
| HSL | 96.28º | 0.39% | 0.43% | - |
| HSV(B) | 96.28º | 0.56% | 0.6% | - |
| XYZ | 17.77 | 25.95 | 9.38 | - |
| YUV | 127.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 67 | 0.34 | 0 | 0.56 | 0.4 | 96.28 | 0.39 | 0.43 |
| Hex | 65 | 99 | 43 | 22 | 0 | 38 | 28 | 60 | 27 | 2B |
| Octal | 145 | 231 | 103 | 42 | 0 | 70 | 50 | 140 | 47 | 53 |
| Binary | 1100101 | 10011001 | 1000011 | 100010 | 0 | 111000 | 101000 | 1100000 | 100111 | 101011 |
Color Harmonies of #659943
Complementary color
Monochromatic Colors of #659943
Black with #659943
Text Example
Text Example
White with #659943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659943; }
p { color: rgb(101,153,67); }
H1.HeaderClassName
{
color: #659943;
}
.AnyTagClassName
{
color: #659943;
}
</style>
background-color css
<style>
a { background-color: #659943; }
a { background-color: rgb(101,153,67); }
div.DivClassName
{
background-color: #659943;
}
.BgClassName
{
background-color: #659943;
}
</style>
border-color css
<style>
span { border-color: #659943; }
span { border-color: rgb(101,153,67); }
td.TdClassName
{
border-color: #659943;
}
.TagClassName
{
border-color: #659943;
}
</style>