Shades of Apple #75BA46
Tints of Apple #75BA46
RGB
CMYK
RGB Variations
Color information
#75BA46 (or 0x75BA46) is known color: Apple. HEX triplet: 75, BA and 46. RGB value is (117,186,70). Sum of RGB (Red+Green+Blue) = 117+186+70=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA46 is #8A45B9. Grayscale: #989898. Windows color (decimal): -9061818 or 4635253. OLE color: 4635253.
HSL color Cylindrical-coordinate representation of color #75BA46: hue angle of 95.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75BA46 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 70 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.27 |
| HSL | 95.69º | 0.46% | 0.5% | - |
| HSV(B) | 95.69º | 0.62% | 0.73% | - |
| XYZ | 26 | 39.34 | 12.02 | - |
| YUV | 152.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 70 | 0.37 | 0 | 0.62 | 0.27 | 95.69 | 0.46 | 0.5 |
| Hex | 75 | BA | 46 | 25 | 0 | 3E | 1B | 60 | 2E | 32 |
| Octal | 165 | 272 | 106 | 45 | 0 | 76 | 33 | 140 | 56 | 62 |
| Binary | 1110101 | 10111010 | 1000110 | 100101 | 0 | 111110 | 11011 | 1100000 | 101110 | 110010 |
Color Harmonies of #75BA46
Complementary color
Monochromatic Colors of #75BA46
Black with #75BA46
Text Example
Text Example
White with #75BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA46; }
p { color: rgb(117,186,70); }
H1.HeaderClassName
{
color: #75BA46;
}
.AnyTagClassName
{
color: #75BA46;
}
</style>
background-color css
<style>
a { background-color: #75BA46; }
a { background-color: rgb(117,186,70); }
div.DivClassName
{
background-color: #75BA46;
}
.BgClassName
{
background-color: #75BA46;
}
</style>
border-color css
<style>
span { border-color: #75BA46; }
span { border-color: rgb(117,186,70); }
td.TdClassName
{
border-color: #75BA46;
}
.TagClassName
{
border-color: #75BA46;
}
</style>