Shades of Apple #75B54D
Tints of Apple #75B54D
RGB
CMYK
RGB Variations
Color information
#75B54D (or 0x75B54D) is known color: Apple. HEX triplet: 75, B5 and 4D. RGB value is (117,181,77). Sum of RGB (Red+Green+Blue) = 117+181+77=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #75B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B54D is #8A4AB2. Grayscale: #969696. Windows color (decimal): -9063091 or 5092725. OLE color: 5092725.
HSL color Cylindrical-coordinate representation of color #75B54D: hue angle of 96.92º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75B54D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 181 | 77 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.29 |
| HSL | 96.92º | 0.41% | 0.51% | - |
| HSV(B) | 96.92º | 0.57% | 0.71% | - |
| XYZ | 25.2 | 37.37 | 12.91 | - |
| YUV | 150.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 181 | 77 | 0.35 | 0 | 0.57 | 0.29 | 96.92 | 0.41 | 0.51 |
| Hex | 75 | B5 | 4D | 23 | 0 | 39 | 1D | 61 | 29 | 33 |
| Octal | 165 | 265 | 115 | 43 | 0 | 71 | 35 | 141 | 51 | 63 |
| Binary | 1110101 | 10110101 | 1001101 | 100011 | 0 | 111001 | 11101 | 1100001 | 101001 | 110011 |
Color Harmonies of #75B54D
Complementary color
Monochromatic Colors of #75B54D
Black with #75B54D
Text Example
Text Example
White with #75B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B54D; }
p { color: rgb(117,181,77); }
H1.HeaderClassName
{
color: #75B54D;
}
.AnyTagClassName
{
color: #75B54D;
}
</style>
background-color css
<style>
a { background-color: #75B54D; }
a { background-color: rgb(117,181,77); }
div.DivClassName
{
background-color: #75B54D;
}
.BgClassName
{
background-color: #75B54D;
}
</style>
border-color css
<style>
span { border-color: #75B54D; }
span { border-color: rgb(117,181,77); }
td.TdClassName
{
border-color: #75B54D;
}
.TagClassName
{
border-color: #75B54D;
}
</style>