Shades of Apple #659D4C
Tints of Apple #659D4C
RGB
CMYK
RGB Variations
Color information
#659D4C (or 0x659D4C) is known color: Apple. HEX triplet: 65, 9D and 4C. RGB value is (101,157,76). Sum of RGB (Red+Green+Blue) = 101+157+76=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #659D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D4C is #9A62B3. Grayscale: #838383. Windows color (decimal): -10117812 or 5021029. OLE color: 5021029.
HSL color Cylindrical-coordinate representation of color #659D4C: hue angle of 101.48º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659D4C is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 76 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.38 |
| HSL | 101.48º | 0.35% | 0.46% | - |
| HSV(B) | 101.48º | 0.52% | 0.62% | - |
| XYZ | 18.73 | 27.4 | 11.14 | - |
| YUV | 131.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 76 | 0.36 | 0 | 0.52 | 0.38 | 101.48 | 0.35 | 0.46 |
| Hex | 65 | 9D | 4C | 24 | 0 | 34 | 26 | 65 | 23 | 2E |
| Octal | 145 | 235 | 114 | 44 | 0 | 64 | 46 | 145 | 43 | 56 |
| Binary | 1100101 | 10011101 | 1001100 | 100100 | 0 | 110100 | 100110 | 1100101 | 100011 | 101110 |
Color Harmonies of #659D4C
Complementary color
Monochromatic Colors of #659D4C
Black with #659D4C
Text Example
Text Example
White with #659D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D4C; }
p { color: rgb(101,157,76); }
H1.HeaderClassName
{
color: #659D4C;
}
.AnyTagClassName
{
color: #659D4C;
}
</style>
background-color css
<style>
a { background-color: #659D4C; }
a { background-color: rgb(101,157,76); }
div.DivClassName
{
background-color: #659D4C;
}
.BgClassName
{
background-color: #659D4C;
}
</style>
border-color css
<style>
span { border-color: #659D4C; }
span { border-color: rgb(101,157,76); }
td.TdClassName
{
border-color: #659D4C;
}
.TagClassName
{
border-color: #659D4C;
}
</style>