Shades of Apple #60B349
Tints of Apple #60B349
RGB
CMYK
RGB Variations
Color information
#60B349 (or 0x60B349) is known color: Apple. HEX triplet: 60, B3 and 49. RGB value is (96,179,73). Sum of RGB (Red+Green+Blue) = 96+179+73=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #60B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B349 is #9F4CB6. Grayscale: #8E8E8E. Windows color (decimal): -10439863 or 4830048. OLE color: 4830048.
HSL color Cylindrical-coordinate representation of color #60B349: hue angle of 106.98º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60B349 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 73 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.30 |
| HSL | 106.98º | 0.42% | 0.49% | - |
| HSV(B) | 106.98º | 0.59% | 0.7% | - |
| XYZ | 22.15 | 35.21 | 11.93 | - |
| YUV | 142.1 | 89 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 73 | 0.46 | 0 | 0.59 | 0.30 | 106.98 | 0.42 | 0.49 |
| Hex | 60 | B3 | 49 | 2E | 0 | 3B | 1E | 6B | 2A | 31 |
| Octal | 140 | 263 | 111 | 56 | 0 | 73 | 36 | 153 | 52 | 61 |
| Binary | 1100000 | 10110011 | 1001001 | 101110 | 0 | 111011 | 11110 | 1101011 | 101010 | 110001 |
Color Harmonies of #60B349
Complementary color
Monochromatic Colors of #60B349
Black with #60B349
Text Example
Text Example
White with #60B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B349; }
p { color: rgb(96,179,73); }
H1.HeaderClassName
{
color: #60B349;
}
.AnyTagClassName
{
color: #60B349;
}
</style>
background-color css
<style>
a { background-color: #60B349; }
a { background-color: rgb(96,179,73); }
div.DivClassName
{
background-color: #60B349;
}
.BgClassName
{
background-color: #60B349;
}
</style>
border-color css
<style>
span { border-color: #60B349; }
span { border-color: rgb(96,179,73); }
td.TdClassName
{
border-color: #60B349;
}
.TagClassName
{
border-color: #60B349;
}
</style>