Shades of Apple #61B157
Tints of Apple #61B157
RGB
CMYK
RGB Variations
Color information
#61B157 (or 0x61B157) is known color: Apple. HEX triplet: 61, B1 and 57. RGB value is (97,177,87). Sum of RGB (Red+Green+Blue) = 97+177+87=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #61B157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B157 is #9E4EA8. Grayscale: #8F8F8F. Windows color (decimal): -10374825 or 5747041. OLE color: 5747041.
HSL color Cylindrical-coordinate representation of color #61B157: hue angle of 113.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61B157 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 177 | 87 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.31 |
| HSL | 113.33º | 0.37% | 0.52% | - |
| HSV(B) | 113.33º | 0.51% | 0.69% | - |
| XYZ | 22.37 | 34.67 | 14.53 | - |
| YUV | 142.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 87 | 0.45 | 0 | 0.51 | 0.31 | 113.33 | 0.37 | 0.52 |
| Hex | 61 | B1 | 57 | 2D | 0 | 33 | 1F | 71 | 25 | 34 |
| Octal | 141 | 261 | 127 | 55 | 0 | 63 | 37 | 161 | 45 | 64 |
| Binary | 1100001 | 10110001 | 1010111 | 101101 | 0 | 110011 | 11111 | 1110001 | 100101 | 110100 |
Color Harmonies of #61B157
Complementary color
Monochromatic Colors of #61B157
Black with #61B157
Text Example
Text Example
White with #61B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B157; }
p { color: rgb(97,177,87); }
H1.HeaderClassName
{
color: #61B157;
}
.AnyTagClassName
{
color: #61B157;
}
</style>
background-color css
<style>
a { background-color: #61B157; }
a { background-color: rgb(97,177,87); }
div.DivClassName
{
background-color: #61B157;
}
.BgClassName
{
background-color: #61B157;
}
</style>
border-color css
<style>
span { border-color: #61B157; }
span { border-color: rgb(97,177,87); }
td.TdClassName
{
border-color: #61B157;
}
.TagClassName
{
border-color: #61B157;
}
</style>