Shades of Apple #60B155
Tints of Apple #60B155
RGB
CMYK
RGB Variations
Color information
#60B155 (or 0x60B155) is known color: Apple. HEX triplet: 60, B1 and 55. RGB value is (96,177,85). Sum of RGB (Red+Green+Blue) = 96+177+85=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #60B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B155 is #9F4EAA. Grayscale: #8E8E8E. Windows color (decimal): -10440363 or 5615968. OLE color: 5615968.
HSL color Cylindrical-coordinate representation of color #60B155: hue angle of 112.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60B155 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 85 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.31 |
| HSL | 112.83º | 0.37% | 0.51% | - |
| HSV(B) | 112.83º | 0.52% | 0.69% | - |
| XYZ | 22.19 | 34.59 | 14.1 | - |
| YUV | 142.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 85 | 0.46 | 0 | 0.52 | 0.31 | 112.83 | 0.37 | 0.51 |
| Hex | 60 | B1 | 55 | 2E | 0 | 34 | 1F | 71 | 25 | 33 |
| Octal | 140 | 261 | 125 | 56 | 0 | 64 | 37 | 161 | 45 | 63 |
| Binary | 1100000 | 10110001 | 1010101 | 101110 | 0 | 110100 | 11111 | 1110001 | 100101 | 110011 |
Color Harmonies of #60B155
Complementary color
Monochromatic Colors of #60B155
Black with #60B155
Text Example
Text Example
White with #60B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B155; }
p { color: rgb(96,177,85); }
H1.HeaderClassName
{
color: #60B155;
}
.AnyTagClassName
{
color: #60B155;
}
</style>
background-color css
<style>
a { background-color: #60B155; }
a { background-color: rgb(96,177,85); }
div.DivClassName
{
background-color: #60B155;
}
.BgClassName
{
background-color: #60B155;
}
</style>
border-color css
<style>
span { border-color: #60B155; }
span { border-color: rgb(96,177,85); }
td.TdClassName
{
border-color: #60B155;
}
.TagClassName
{
border-color: #60B155;
}
</style>