Shades of Apple #60B031
Tints of Apple #60B031
RGB
CMYK
RGB Variations
Color information
#60B031 (or 0x60B031) is known color: Apple. HEX triplet: 60, B0 and 31. RGB value is (96,176,49). Sum of RGB (Red+Green+Blue) = 96+176+49=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #60B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B031 is #9F4FCE. Grayscale: #8A8A8A. Windows color (decimal): -10440655 or 3256416. OLE color: 3256416.
HSL color Cylindrical-coordinate representation of color #60B031: hue angle of 97.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60B031 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 49 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.31 |
| HSL | 97.8º | 0.56% | 0.44% | - |
| HSV(B) | 97.8º | 0.72% | 0.69% | - |
| XYZ | 20.9 | 33.76 | 8.32 | - |
| YUV | 137.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 49 | 0.45 | 0 | 0.72 | 0.31 | 97.8 | 0.56 | 0.44 |
| Hex | 60 | B0 | 31 | 2D | 0 | 48 | 1F | 62 | 38 | 2C |
| Octal | 140 | 260 | 61 | 55 | 0 | 110 | 37 | 142 | 70 | 54 |
| Binary | 1100000 | 10110000 | 110001 | 101101 | 0 | 1001000 | 11111 | 1100010 | 111000 | 101100 |
Color Harmonies of #60B031
Complementary color
Monochromatic Colors of #60B031
Black with #60B031
Text Example
Text Example
White with #60B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B031; }
p { color: rgb(96,176,49); }
H1.HeaderClassName
{
color: #60B031;
}
.AnyTagClassName
{
color: #60B031;
}
</style>
background-color css
<style>
a { background-color: #60B031; }
a { background-color: rgb(96,176,49); }
div.DivClassName
{
background-color: #60B031;
}
.BgClassName
{
background-color: #60B031;
}
</style>
border-color css
<style>
span { border-color: #60B031; }
span { border-color: rgb(96,176,49); }
td.TdClassName
{
border-color: #60B031;
}
.TagClassName
{
border-color: #60B031;
}
</style>