Shades of Apple #75B34D
Tints of Apple #75B34D
RGB
CMYK
RGB Variations
Color information
#75B34D (or 0x75B34D) is known color: Apple. HEX triplet: 75, B3 and 4D. RGB value is (117,179,77). Sum of RGB (Red+Green+Blue) = 117+179+77=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #75B34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B34D is #8A4CB2. Grayscale: #959595. Windows color (decimal): -9063603 or 5092213. OLE color: 5092213.
HSL color Cylindrical-coordinate representation of color #75B34D: hue angle of 96.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75B34D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 77 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.30 |
| HSL | 96.47º | 0.4% | 0.5% | - |
| HSV(B) | 96.47º | 0.57% | 0.7% | - |
| XYZ | 24.8 | 36.56 | 12.77 | - |
| YUV | 148.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 77 | 0.35 | 0 | 0.57 | 0.30 | 96.47 | 0.4 | 0.5 |
| Hex | 75 | B3 | 4D | 23 | 0 | 39 | 1E | 60 | 28 | 32 |
| Octal | 165 | 263 | 115 | 43 | 0 | 71 | 36 | 140 | 50 | 62 |
| Binary | 1110101 | 10110011 | 1001101 | 100011 | 0 | 111001 | 11110 | 1100000 | 101000 | 110010 |
Color Harmonies of #75B34D
Complementary color
Monochromatic Colors of #75B34D
Black with #75B34D
Text Example
Text Example
White with #75B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B34D; }
p { color: rgb(117,179,77); }
H1.HeaderClassName
{
color: #75B34D;
}
.AnyTagClassName
{
color: #75B34D;
}
</style>
background-color css
<style>
a { background-color: #75B34D; }
a { background-color: rgb(117,179,77); }
div.DivClassName
{
background-color: #75B34D;
}
.BgClassName
{
background-color: #75B34D;
}
</style>
border-color css
<style>
span { border-color: #75B34D; }
span { border-color: rgb(117,179,77); }
td.TdClassName
{
border-color: #75B34D;
}
.TagClassName
{
border-color: #75B34D;
}
</style>