Shades of Apple #75AB46
Tints of Apple #75AB46
RGB
CMYK
RGB Variations
Color information
#75AB46 (or 0x75AB46) is known color: Apple. HEX triplet: 75, AB and 46. RGB value is (117,171,70). Sum of RGB (Red+Green+Blue) = 117+171+70=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB46 is #8A54B9. Grayscale: #8F8F8F. Windows color (decimal): -9065658 or 4631413. OLE color: 4631413.
HSL color Cylindrical-coordinate representation of color #75AB46: hue angle of 92.08º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75AB46 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 70 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.33 |
| HSL | 92.08º | 0.42% | 0.47% | - |
| HSV(B) | 92.08º | 0.59% | 0.67% | - |
| XYZ | 23 | 33.35 | 11.02 | - |
| YUV | 143.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 70 | 0.32 | 0 | 0.59 | 0.33 | 92.08 | 0.42 | 0.47 |
| Hex | 75 | AB | 46 | 20 | 0 | 3B | 21 | 5C | 2A | 2F |
| Octal | 165 | 253 | 106 | 40 | 0 | 73 | 41 | 134 | 52 | 57 |
| Binary | 1110101 | 10101011 | 1000110 | 100000 | 0 | 111011 | 100001 | 1011100 | 101010 | 101111 |
Color Harmonies of #75AB46
Complementary color
Monochromatic Colors of #75AB46
Black with #75AB46
Text Example
Text Example
White with #75AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB46; }
p { color: rgb(117,171,70); }
H1.HeaderClassName
{
color: #75AB46;
}
.AnyTagClassName
{
color: #75AB46;
}
</style>
background-color css
<style>
a { background-color: #75AB46; }
a { background-color: rgb(117,171,70); }
div.DivClassName
{
background-color: #75AB46;
}
.BgClassName
{
background-color: #75AB46;
}
</style>
border-color css
<style>
span { border-color: #75AB46; }
span { border-color: rgb(117,171,70); }
td.TdClassName
{
border-color: #75AB46;
}
.TagClassName
{
border-color: #75AB46;
}
</style>