Shades of Apple #61A559
Tints of Apple #61A559
RGB
CMYK
RGB Variations
Color information
#61A559 (or 0x61A559) is known color: Apple. HEX triplet: 61, A5 and 59. RGB value is (97,165,89). Sum of RGB (Red+Green+Blue) = 97+165+89=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #61A559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A559 is #9E5AA6. Grayscale: #888888. Windows color (decimal): -10377895 or 5875041. OLE color: 5875041.
HSL color Cylindrical-coordinate representation of color #61A559: hue angle of 113.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A559 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 89 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.35 |
| HSL | 113.68º | 0.3% | 0.5% | - |
| HSV(B) | 113.68º | 0.46% | 0.65% | - |
| XYZ | 20.19 | 30.17 | 14.21 | - |
| YUV | 136 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 89 | 0.41 | 0 | 0.46 | 0.35 | 113.68 | 0.3 | 0.5 |
| Hex | 61 | A5 | 59 | 29 | 0 | 2E | 23 | 72 | 1E | 32 |
| Octal | 141 | 245 | 131 | 51 | 0 | 56 | 43 | 162 | 36 | 62 |
| Binary | 1100001 | 10100101 | 1011001 | 101001 | 0 | 101110 | 100011 | 1110010 | 11110 | 110010 |
Color Harmonies of #61A559
Complementary color
Monochromatic Colors of #61A559
Black with #61A559
Text Example
Text Example
White with #61A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A559; }
p { color: rgb(97,165,89); }
H1.HeaderClassName
{
color: #61A559;
}
.AnyTagClassName
{
color: #61A559;
}
</style>
background-color css
<style>
a { background-color: #61A559; }
a { background-color: rgb(97,165,89); }
div.DivClassName
{
background-color: #61A559;
}
.BgClassName
{
background-color: #61A559;
}
</style>
border-color css
<style>
span { border-color: #61A559; }
span { border-color: rgb(97,165,89); }
td.TdClassName
{
border-color: #61A559;
}
.TagClassName
{
border-color: #61A559;
}
</style>