Shades of Apple #76C435
Tints of Apple #76C435
RGB
CMYK
RGB Variations
Color information
#76C435 (or 0x76C435) is known color: Apple. HEX triplet: 76, C4 and 35. RGB value is (118,196,53). Sum of RGB (Red+Green+Blue) = 118+196+53=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #76C435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C435 is #893BCA. Grayscale: #9C9C9C. Windows color (decimal): -8993739 or 3523702. OLE color: 3523702.
HSL color Cylindrical-coordinate representation of color #76C435: hue angle of 92.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76C435 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 53 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.23 |
| HSL | 92.73º | 0.57% | 0.49% | - |
| HSV(B) | 92.73º | 0.73% | 0.77% | - |
| XYZ | 27.85 | 43.59 | 10.31 | - |
| YUV | 156.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 53 | 0.40 | 0 | 0.73 | 0.23 | 92.73 | 0.57 | 0.49 |
| Hex | 76 | C4 | 35 | 28 | 0 | 49 | 17 | 5D | 39 | 31 |
| Octal | 166 | 304 | 65 | 50 | 0 | 111 | 27 | 135 | 71 | 61 |
| Binary | 1110110 | 11000100 | 110101 | 101000 | 0 | 1001001 | 10111 | 1011101 | 111001 | 110001 |
Color Harmonies of #76C435
Complementary color
Monochromatic Colors of #76C435
Black with #76C435
Text Example
Text Example
White with #76C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C435; }
p { color: rgb(118,196,53); }
H1.HeaderClassName
{
color: #76C435;
}
.AnyTagClassName
{
color: #76C435;
}
</style>
background-color css
<style>
a { background-color: #76C435; }
a { background-color: rgb(118,196,53); }
div.DivClassName
{
background-color: #76C435;
}
.BgClassName
{
background-color: #76C435;
}
</style>
border-color css
<style>
span { border-color: #76C435; }
span { border-color: rgb(118,196,53); }
td.TdClassName
{
border-color: #76C435;
}
.TagClassName
{
border-color: #76C435;
}
</style>