Shades of Apple #75C340
Tints of Apple #75C340
RGB
CMYK
RGB Variations
Color information
#75C340 (or 0x75C340) is known color: Apple. HEX triplet: 75, C3 and 40. RGB value is (117,195,64). Sum of RGB (Red+Green+Blue) = 117+195+64=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #75C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C340 is #8A3CBF. Grayscale: #9D9D9D. Windows color (decimal): -9059520 or 4244341. OLE color: 4244341.
HSL color Cylindrical-coordinate representation of color #75C340: hue angle of 95.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75C340 is Cyan = 0.4, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 64 | - |
| CMYK | 0.4 | 0 | 0.67 | 0.24 |
| HSL | 95.73º | 0.52% | 0.51% | - |
| HSV(B) | 95.73º | 0.67% | 0.76% | - |
| XYZ | 27.78 | 43.18 | 11.72 | - |
| YUV | 156.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 64 | 0.4 | 0 | 0.67 | 0.24 | 95.73 | 0.52 | 0.51 |
| Hex | 75 | C3 | 40 | 28 | 0 | 43 | 18 | 60 | 34 | 33 |
| Octal | 165 | 303 | 100 | 50 | 0 | 103 | 30 | 140 | 64 | 63 |
| Binary | 1110101 | 11000011 | 1000000 | 101000 | 0 | 1000011 | 11000 | 1100000 | 110100 | 110011 |
Color Harmonies of #75C340
Complementary color
Monochromatic Colors of #75C340
Black with #75C340
Text Example
Text Example
White with #75C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C340; }
p { color: rgb(117,195,64); }
H1.HeaderClassName
{
color: #75C340;
}
.AnyTagClassName
{
color: #75C340;
}
</style>
background-color css
<style>
a { background-color: #75C340; }
a { background-color: rgb(117,195,64); }
div.DivClassName
{
background-color: #75C340;
}
.BgClassName
{
background-color: #75C340;
}
</style>
border-color css
<style>
span { border-color: #75C340; }
span { border-color: rgb(117,195,64); }
td.TdClassName
{
border-color: #75C340;
}
.TagClassName
{
border-color: #75C340;
}
</style>