Shades of Apple #75B34C
Tints of Apple #75B34C
RGB
CMYK
RGB Variations
Color information
#75B34C (or 0x75B34C) is known color: Apple. HEX triplet: 75, B3 and 4C. RGB value is (117,179,76). Sum of RGB (Red+Green+Blue) = 117+179+76=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #75B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B34C is #8A4CB3. Grayscale: #959595. Windows color (decimal): -9063604 or 5026677. OLE color: 5026677.
HSL color Cylindrical-coordinate representation of color #75B34C: hue angle of 96.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75B34C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 76 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.30 |
| HSL | 96.12º | 0.4% | 0.5% | - |
| HSV(B) | 96.12º | 0.58% | 0.7% | - |
| XYZ | 24.76 | 36.54 | 12.59 | - |
| YUV | 148.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 76 | 0.35 | 0 | 0.58 | 0.30 | 96.12 | 0.4 | 0.5 |
| Hex | 75 | B3 | 4C | 23 | 0 | 3A | 1E | 60 | 28 | 32 |
| Octal | 165 | 263 | 114 | 43 | 0 | 72 | 36 | 140 | 50 | 62 |
| Binary | 1110101 | 10110011 | 1001100 | 100011 | 0 | 111010 | 11110 | 1100000 | 101000 | 110010 |
Color Harmonies of #75B34C
Complementary color
Monochromatic Colors of #75B34C
Black with #75B34C
Text Example
Text Example
White with #75B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B34C; }
p { color: rgb(117,179,76); }
H1.HeaderClassName
{
color: #75B34C;
}
.AnyTagClassName
{
color: #75B34C;
}
</style>
background-color css
<style>
a { background-color: #75B34C; }
a { background-color: rgb(117,179,76); }
div.DivClassName
{
background-color: #75B34C;
}
.BgClassName
{
background-color: #75B34C;
}
</style>
border-color css
<style>
span { border-color: #75B34C; }
span { border-color: rgb(117,179,76); }
td.TdClassName
{
border-color: #75B34C;
}
.TagClassName
{
border-color: #75B34C;
}
</style>