Shades of Apple #60B135
Tints of Apple #60B135
RGB
CMYK
RGB Variations
Color information
#60B135 (or 0x60B135) is known color: Apple. HEX triplet: 60, B1 and 35. RGB value is (96,177,53). Sum of RGB (Red+Green+Blue) = 96+177+53=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #60B135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B135 is #9F4ECA. Grayscale: #8B8B8B. Windows color (decimal): -10440395 or 3518816. OLE color: 3518816.
HSL color Cylindrical-coordinate representation of color #60B135: hue angle of 99.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60B135 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 53 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.31 |
| HSL | 99.19º | 0.54% | 0.45% | - |
| HSV(B) | 99.19º | 0.7% | 0.69% | - |
| XYZ | 21.19 | 34.19 | 8.85 | - |
| YUV | 138.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 53 | 0.46 | 0 | 0.70 | 0.31 | 99.19 | 0.54 | 0.45 |
| Hex | 60 | B1 | 35 | 2E | 0 | 46 | 1F | 63 | 36 | 2D |
| Octal | 140 | 261 | 65 | 56 | 0 | 106 | 37 | 143 | 66 | 55 |
| Binary | 1100000 | 10110001 | 110101 | 101110 | 0 | 1000110 | 11111 | 1100011 | 110110 | 101101 |
Color Harmonies of #60B135
Complementary color
Monochromatic Colors of #60B135
Black with #60B135
Text Example
Text Example
White with #60B135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B135; }
p { color: rgb(96,177,53); }
H1.HeaderClassName
{
color: #60B135;
}
.AnyTagClassName
{
color: #60B135;
}
</style>
background-color css
<style>
a { background-color: #60B135; }
a { background-color: rgb(96,177,53); }
div.DivClassName
{
background-color: #60B135;
}
.BgClassName
{
background-color: #60B135;
}
</style>
border-color css
<style>
span { border-color: #60B135; }
span { border-color: rgb(96,177,53); }
td.TdClassName
{
border-color: #60B135;
}
.TagClassName
{
border-color: #60B135;
}
</style>