Shades of Apple #60B153
Tints of Apple #60B153
RGB
CMYK
RGB Variations
Color information
#60B153 (or 0x60B153) is known color: Apple. HEX triplet: 60, B1 and 53. RGB value is (96,177,83). Sum of RGB (Red+Green+Blue) = 96+177+83=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #60B153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B153 is #9F4EAC. Grayscale: #8E8E8E. Windows color (decimal): -10440365 or 5484896. OLE color: 5484896.
HSL color Cylindrical-coordinate representation of color #60B153: hue angle of 111.7º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60B153 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 83 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.31 |
| HSL | 111.7º | 0.38% | 0.51% | - |
| HSV(B) | 111.7º | 0.53% | 0.69% | - |
| XYZ | 22.11 | 34.56 | 13.69 | - |
| YUV | 142.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 83 | 0.46 | 0 | 0.53 | 0.31 | 111.7 | 0.38 | 0.51 |
| Hex | 60 | B1 | 53 | 2E | 0 | 35 | 1F | 70 | 26 | 33 |
| Octal | 140 | 261 | 123 | 56 | 0 | 65 | 37 | 160 | 46 | 63 |
| Binary | 1100000 | 10110001 | 1010011 | 101110 | 0 | 110101 | 11111 | 1110000 | 100110 | 110011 |
Color Harmonies of #60B153
Complementary color
Monochromatic Colors of #60B153
Black with #60B153
Text Example
Text Example
White with #60B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B153; }
p { color: rgb(96,177,83); }
H1.HeaderClassName
{
color: #60B153;
}
.AnyTagClassName
{
color: #60B153;
}
</style>
background-color css
<style>
a { background-color: #60B153; }
a { background-color: rgb(96,177,83); }
div.DivClassName
{
background-color: #60B153;
}
.BgClassName
{
background-color: #60B153;
}
</style>
border-color css
<style>
span { border-color: #60B153; }
span { border-color: rgb(96,177,83); }
td.TdClassName
{
border-color: #60B153;
}
.TagClassName
{
border-color: #60B153;
}
</style>