Shades of Apple #75B945
Tints of Apple #75B945
RGB
CMYK
RGB Variations
Color information
#75B945 (or 0x75B945) is known color: Apple. HEX triplet: 75, B9 and 45. RGB value is (117,185,69). Sum of RGB (Red+Green+Blue) = 117+185+69=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #75B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B945 is #8A46BA. Grayscale: #979797. Windows color (decimal): -9062075 or 4569461. OLE color: 4569461.
HSL color Cylindrical-coordinate representation of color #75B945: hue angle of 95.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75B945 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 69 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.27 |
| HSL | 95.17º | 0.46% | 0.5% | - |
| HSV(B) | 95.17º | 0.63% | 0.73% | - |
| XYZ | 25.76 | 38.91 | 11.78 | - |
| YUV | 151.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 69 | 0.37 | 0 | 0.63 | 0.27 | 95.17 | 0.46 | 0.5 |
| Hex | 75 | B9 | 45 | 25 | 0 | 3F | 1B | 5F | 2E | 32 |
| Octal | 165 | 271 | 105 | 45 | 0 | 77 | 33 | 137 | 56 | 62 |
| Binary | 1110101 | 10111001 | 1000101 | 100101 | 0 | 111111 | 11011 | 1011111 | 101110 | 110010 |
Color Harmonies of #75B945
Complementary color
Monochromatic Colors of #75B945
Black with #75B945
Text Example
Text Example
White with #75B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B945; }
p { color: rgb(117,185,69); }
H1.HeaderClassName
{
color: #75B945;
}
.AnyTagClassName
{
color: #75B945;
}
</style>
background-color css
<style>
a { background-color: #75B945; }
a { background-color: rgb(117,185,69); }
div.DivClassName
{
background-color: #75B945;
}
.BgClassName
{
background-color: #75B945;
}
</style>
border-color css
<style>
span { border-color: #75B945; }
span { border-color: rgb(117,185,69); }
td.TdClassName
{
border-color: #75B945;
}
.TagClassName
{
border-color: #75B945;
}
</style>