Shades of Apple #60B346
Tints of Apple #60B346
RGB
CMYK
RGB Variations
Color information
#60B346 (or 0x60B346) is known color: Apple. HEX triplet: 60, B3 and 46. RGB value is (96,179,70). Sum of RGB (Red+Green+Blue) = 96+179+70=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #60B346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B346 is #9F4CB9. Grayscale: #8E8E8E. Windows color (decimal): -10439866 or 4633440. OLE color: 4633440.
HSL color Cylindrical-coordinate representation of color #60B346: hue angle of 105.69º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B346 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 70 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.30 |
| HSL | 105.69º | 0.44% | 0.49% | - |
| HSV(B) | 105.69º | 0.61% | 0.7% | - |
| XYZ | 22.05 | 35.17 | 11.42 | - |
| YUV | 141.76 | 87.5 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 70 | 0.46 | 0 | 0.61 | 0.30 | 105.69 | 0.44 | 0.49 |
| Hex | 60 | B3 | 46 | 2E | 0 | 3D | 1E | 6A | 2C | 31 |
| Octal | 140 | 263 | 106 | 56 | 0 | 75 | 36 | 152 | 54 | 61 |
| Binary | 1100000 | 10110011 | 1000110 | 101110 | 0 | 111101 | 11110 | 1101010 | 101100 | 110001 |
Color Harmonies of #60B346
Complementary color
Monochromatic Colors of #60B346
Black with #60B346
Text Example
Text Example
White with #60B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B346; }
p { color: rgb(96,179,70); }
H1.HeaderClassName
{
color: #60B346;
}
.AnyTagClassName
{
color: #60B346;
}
</style>
background-color css
<style>
a { background-color: #60B346; }
a { background-color: rgb(96,179,70); }
div.DivClassName
{
background-color: #60B346;
}
.BgClassName
{
background-color: #60B346;
}
</style>
border-color css
<style>
span { border-color: #60B346; }
span { border-color: rgb(96,179,70); }
td.TdClassName
{
border-color: #60B346;
}
.TagClassName
{
border-color: #60B346;
}
</style>