Shades of Apple #60B038
Tints of Apple #60B038
RGB
CMYK
RGB Variations
Color information
#60B038 (or 0x60B038) is known color: Apple. HEX triplet: 60, B0 and 38. RGB value is (96,176,56). Sum of RGB (Red+Green+Blue) = 96+176+56=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #60B038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B038 is #9F4FC7. Grayscale: #8A8A8A. Windows color (decimal): -10440648 or 3715168. OLE color: 3715168.
HSL color Cylindrical-coordinate representation of color #60B038: hue angle of 100º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60B038 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 56 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.31 |
| HSL | 100º | 0.52% | 0.45% | - |
| HSV(B) | 100º | 0.68% | 0.69% | - |
| XYZ | 21.06 | 33.82 | 9.16 | - |
| YUV | 138.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 56 | 0.45 | 0 | 0.68 | 0.31 | 100 | 0.52 | 0.45 |
| Hex | 60 | B0 | 38 | 2D | 0 | 44 | 1F | 64 | 34 | 2D |
| Octal | 140 | 260 | 70 | 55 | 0 | 104 | 37 | 144 | 64 | 55 |
| Binary | 1100000 | 10110000 | 111000 | 101101 | 0 | 1000100 | 11111 | 1100100 | 110100 | 101101 |
Color Harmonies of #60B038
Complementary color
Monochromatic Colors of #60B038
Black with #60B038
Text Example
Text Example
White with #60B038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B038; }
p { color: rgb(96,176,56); }
H1.HeaderClassName
{
color: #60B038;
}
.AnyTagClassName
{
color: #60B038;
}
</style>
background-color css
<style>
a { background-color: #60B038; }
a { background-color: rgb(96,176,56); }
div.DivClassName
{
background-color: #60B038;
}
.BgClassName
{
background-color: #60B038;
}
</style>
border-color css
<style>
span { border-color: #60B038; }
span { border-color: rgb(96,176,56); }
td.TdClassName
{
border-color: #60B038;
}
.TagClassName
{
border-color: #60B038;
}
</style>