Shades of Apple #75BA49
Tints of Apple #75BA49
RGB
CMYK
RGB Variations
Color information
#75BA49 (or 0x75BA49) is known color: Apple. HEX triplet: 75, BA and 49. RGB value is (117,186,73). Sum of RGB (Red+Green+Blue) = 117+186+73=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA49 is #8A45B6. Grayscale: #989898. Windows color (decimal): -9061815 or 4831861. OLE color: 4831861.
HSL color Cylindrical-coordinate representation of color #75BA49: hue angle of 96.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75BA49 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 73 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.27 |
| HSL | 96.64º | 0.45% | 0.51% | - |
| HSV(B) | 96.64º | 0.61% | 0.73% | - |
| XYZ | 26.1 | 39.38 | 12.53 | - |
| YUV | 152.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 73 | 0.37 | 0 | 0.61 | 0.27 | 96.64 | 0.45 | 0.51 |
| Hex | 75 | BA | 49 | 25 | 0 | 3D | 1B | 61 | 2D | 33 |
| Octal | 165 | 272 | 111 | 45 | 0 | 75 | 33 | 141 | 55 | 63 |
| Binary | 1110101 | 10111010 | 1001001 | 100101 | 0 | 111101 | 11011 | 1100001 | 101101 | 110011 |
Color Harmonies of #75BA49
Complementary color
Monochromatic Colors of #75BA49
Black with #75BA49
Text Example
Text Example
White with #75BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA49; }
p { color: rgb(117,186,73); }
H1.HeaderClassName
{
color: #75BA49;
}
.AnyTagClassName
{
color: #75BA49;
}
</style>
background-color css
<style>
a { background-color: #75BA49; }
a { background-color: rgb(117,186,73); }
div.DivClassName
{
background-color: #75BA49;
}
.BgClassName
{
background-color: #75BA49;
}
</style>
border-color css
<style>
span { border-color: #75BA49; }
span { border-color: rgb(117,186,73); }
td.TdClassName
{
border-color: #75BA49;
}
.TagClassName
{
border-color: #75BA49;
}
</style>