Shades of Apple #60B044
Tints of Apple #60B044
RGB
CMYK
RGB Variations
Color information
#60B044 (or 0x60B044) is known color: Apple. HEX triplet: 60, B0 and 44. RGB value is (96,176,68). Sum of RGB (Red+Green+Blue) = 96+176+68=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #60B044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B044 is #9F4FBB. Grayscale: #8C8C8C. Windows color (decimal): -10440636 or 4501600. OLE color: 4501600.
HSL color Cylindrical-coordinate representation of color #60B044: hue angle of 104.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B044 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 68 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.31 |
| HSL | 104.44º | 0.44% | 0.48% | - |
| HSV(B) | 104.44º | 0.61% | 0.69% | - |
| XYZ | 21.39 | 33.95 | 10.9 | - |
| YUV | 139.77 | 87.5 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 68 | 0.45 | 0 | 0.61 | 0.31 | 104.44 | 0.44 | 0.48 |
| Hex | 60 | B0 | 44 | 2D | 0 | 3D | 1F | 68 | 2C | 30 |
| Octal | 140 | 260 | 104 | 55 | 0 | 75 | 37 | 150 | 54 | 60 |
| Binary | 1100000 | 10110000 | 1000100 | 101101 | 0 | 111101 | 11111 | 1101000 | 101100 | 110000 |
Color Harmonies of #60B044
Complementary color
Monochromatic Colors of #60B044
Black with #60B044
Text Example
Text Example
White with #60B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B044; }
p { color: rgb(96,176,68); }
H1.HeaderClassName
{
color: #60B044;
}
.AnyTagClassName
{
color: #60B044;
}
</style>
background-color css
<style>
a { background-color: #60B044; }
a { background-color: rgb(96,176,68); }
div.DivClassName
{
background-color: #60B044;
}
.BgClassName
{
background-color: #60B044;
}
</style>
border-color css
<style>
span { border-color: #60B044; }
span { border-color: rgb(96,176,68); }
td.TdClassName
{
border-color: #60B044;
}
.TagClassName
{
border-color: #60B044;
}
</style>