Shades of Apple #60B547
Tints of Apple #60B547
RGB
CMYK
RGB Variations
Color information
#60B547 (or 0x60B547) is known color: Apple. HEX triplet: 60, B5 and 47. RGB value is (96,181,71). Sum of RGB (Red+Green+Blue) = 96+181+71=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #60B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B547 is #9F4AB8. Grayscale: #8F8F8F. Windows color (decimal): -10439353 or 4699488. OLE color: 4699488.
HSL color Cylindrical-coordinate representation of color #60B547: hue angle of 106.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B547 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 71 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.29 |
| HSL | 106.36º | 0.44% | 0.49% | - |
| HSV(B) | 106.36º | 0.61% | 0.71% | - |
| XYZ | 22.49 | 35.99 | 11.72 | - |
| YUV | 143.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 71 | 0.47 | 0 | 0.61 | 0.29 | 106.36 | 0.44 | 0.49 |
| Hex | 60 | B5 | 47 | 2F | 0 | 3D | 1D | 6A | 2C | 31 |
| Octal | 140 | 265 | 107 | 57 | 0 | 75 | 35 | 152 | 54 | 61 |
| Binary | 1100000 | 10110101 | 1000111 | 101111 | 0 | 111101 | 11101 | 1101010 | 101100 | 110001 |
Color Harmonies of #60B547
Complementary color
Monochromatic Colors of #60B547
Black with #60B547
Text Example
Text Example
White with #60B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B547; }
p { color: rgb(96,181,71); }
H1.HeaderClassName
{
color: #60B547;
}
.AnyTagClassName
{
color: #60B547;
}
</style>
background-color css
<style>
a { background-color: #60B547; }
a { background-color: rgb(96,181,71); }
div.DivClassName
{
background-color: #60B547;
}
.BgClassName
{
background-color: #60B547;
}
</style>
border-color css
<style>
span { border-color: #60B547; }
span { border-color: rgb(96,181,71); }
td.TdClassName
{
border-color: #60B547;
}
.TagClassName
{
border-color: #60B547;
}
</style>