Shades of Apple #75AB40
Tints of Apple #75AB40
RGB
CMYK
RGB Variations
Color information
#75AB40 (or 0x75AB40) is known color: Apple. HEX triplet: 75, AB and 40. RGB value is (117,171,64). Sum of RGB (Red+Green+Blue) = 117+171+64=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB40 is #8A54BF. Grayscale: #8F8F8F. Windows color (decimal): -9065664 or 4238197. OLE color: 4238197.
HSL color Cylindrical-coordinate representation of color #75AB40: hue angle of 90.28º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75AB40 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 64 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.33 |
| HSL | 90.28º | 0.46% | 0.46% | - |
| HSV(B) | 90.28º | 0.63% | 0.67% | - |
| XYZ | 22.82 | 33.28 | 10.07 | - |
| YUV | 142.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 64 | 0.32 | 0 | 0.63 | 0.33 | 90.28 | 0.46 | 0.46 |
| Hex | 75 | AB | 40 | 20 | 0 | 3F | 21 | 5A | 2E | 2E |
| Octal | 165 | 253 | 100 | 40 | 0 | 77 | 41 | 132 | 56 | 56 |
| Binary | 1110101 | 10101011 | 1000000 | 100000 | 0 | 111111 | 100001 | 1011010 | 101110 | 101110 |
Color Harmonies of #75AB40
Complementary color
Monochromatic Colors of #75AB40
Black with #75AB40
Text Example
Text Example
White with #75AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB40; }
p { color: rgb(117,171,64); }
H1.HeaderClassName
{
color: #75AB40;
}
.AnyTagClassName
{
color: #75AB40;
}
</style>
background-color css
<style>
a { background-color: #75AB40; }
a { background-color: rgb(117,171,64); }
div.DivClassName
{
background-color: #75AB40;
}
.BgClassName
{
background-color: #75AB40;
}
</style>
border-color css
<style>
span { border-color: #75AB40; }
span { border-color: rgb(117,171,64); }
td.TdClassName
{
border-color: #75AB40;
}
.TagClassName
{
border-color: #75AB40;
}
</style>