Shades of Apple #75AC3F
Tints of Apple #75AC3F
RGB
CMYK
RGB Variations
Color information
#75AC3F (or 0x75AC3F) is known color: Apple. HEX triplet: 75, AC and 3F. RGB value is (117,172,63). Sum of RGB (Red+Green+Blue) = 117+172+63=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC3F is #8A53C0. Grayscale: #8F8F8F. Windows color (decimal): -9065409 or 4172917. OLE color: 4172917.
HSL color Cylindrical-coordinate representation of color #75AC3F: 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 #75AC3F is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 63 | - |
| 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.99 | 33.65 | 9.99 | - |
| YUV | 143.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 63 | 0.32 | 0 | 0.63 | 0.33 | 90.28 | 0.46 | 0.46 |
| Hex | 75 | AC | 3F | 20 | 0 | 3F | 21 | 5A | 2E | 2E |
| Octal | 165 | 254 | 77 | 40 | 0 | 77 | 41 | 132 | 56 | 56 |
| Binary | 1110101 | 10101100 | 111111 | 100000 | 0 | 111111 | 100001 | 1011010 | 101110 | 101110 |
Color Harmonies of #75AC3F
Complementary color
Monochromatic Colors of #75AC3F
Black with #75AC3F
Text Example
Text Example
White with #75AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC3F; }
p { color: rgb(117,172,63); }
H1.HeaderClassName
{
color: #75AC3F;
}
.AnyTagClassName
{
color: #75AC3F;
}
</style>
background-color css
<style>
a { background-color: #75AC3F; }
a { background-color: rgb(117,172,63); }
div.DivClassName
{
background-color: #75AC3F;
}
.BgClassName
{
background-color: #75AC3F;
}
</style>
border-color css
<style>
span { border-color: #75AC3F; }
span { border-color: rgb(117,172,63); }
td.TdClassName
{
border-color: #75AC3F;
}
.TagClassName
{
border-color: #75AC3F;
}
</style>