Shades of Apple #61B657
Tints of Apple #61B657
RGB
CMYK
RGB Variations
Color information
#61B657 (or 0x61B657) is known color: Apple. HEX triplet: 61, B6 and 57. RGB value is (97,182,87). Sum of RGB (Red+Green+Blue) = 97+182+87=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #61B657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B657 is #9E49A8. Grayscale: #929292. Windows color (decimal): -10373545 or 5748321. OLE color: 5748321.
HSL color Cylindrical-coordinate representation of color #61B657: hue angle of 113.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61B657 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 182 | 87 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.29 |
| HSL | 113.68º | 0.39% | 0.53% | - |
| HSV(B) | 113.68º | 0.52% | 0.71% | - |
| XYZ | 23.38 | 36.69 | 14.87 | - |
| YUV | 145.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 182 | 87 | 0.47 | 0 | 0.52 | 0.29 | 113.68 | 0.39 | 0.53 |
| Hex | 61 | B6 | 57 | 2F | 0 | 34 | 1D | 72 | 27 | 35 |
| Octal | 141 | 266 | 127 | 57 | 0 | 64 | 35 | 162 | 47 | 65 |
| Binary | 1100001 | 10110110 | 1010111 | 101111 | 0 | 110100 | 11101 | 1110010 | 100111 | 110101 |
Color Harmonies of #61B657
Complementary color
Monochromatic Colors of #61B657
Black with #61B657
Text Example
Text Example
White with #61B657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B657; }
p { color: rgb(97,182,87); }
H1.HeaderClassName
{
color: #61B657;
}
.AnyTagClassName
{
color: #61B657;
}
</style>
background-color css
<style>
a { background-color: #61B657; }
a { background-color: rgb(97,182,87); }
div.DivClassName
{
background-color: #61B657;
}
.BgClassName
{
background-color: #61B657;
}
</style>
border-color css
<style>
span { border-color: #61B657; }
span { border-color: rgb(97,182,87); }
td.TdClassName
{
border-color: #61B657;
}
.TagClassName
{
border-color: #61B657;
}
</style>