Shades of Apple #76B53D
Tints of Apple #76B53D
RGB
CMYK
RGB Variations
Color information
#76B53D (or 0x76B53D) is known color: Apple. HEX triplet: 76, B5 and 3D. RGB value is (118,181,61). Sum of RGB (Red+Green+Blue) = 118+181+61=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #76B53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B53D is #894AC2. Grayscale: #949494. Windows color (decimal): -8997571 or 4044150. OLE color: 4044150.
HSL color Cylindrical-coordinate representation of color #76B53D: hue angle of 91.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76B53D is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 61 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.29 |
| HSL | 91.5º | 0.5% | 0.47% | - |
| HSV(B) | 91.5º | 0.66% | 0.71% | - |
| XYZ | 24.84 | 37.24 | 10.29 | - |
| YUV | 148.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 61 | 0.35 | 0 | 0.66 | 0.29 | 91.5 | 0.5 | 0.47 |
| Hex | 76 | B5 | 3D | 23 | 0 | 42 | 1D | 5C | 32 | 2F |
| Octal | 166 | 265 | 75 | 43 | 0 | 102 | 35 | 134 | 62 | 57 |
| Binary | 1110110 | 10110101 | 111101 | 100011 | 0 | 1000010 | 11101 | 1011100 | 110010 | 101111 |
Color Harmonies of #76B53D
Complementary color
Monochromatic Colors of #76B53D
Black with #76B53D
Text Example
Text Example
White with #76B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B53D; }
p { color: rgb(118,181,61); }
H1.HeaderClassName
{
color: #76B53D;
}
.AnyTagClassName
{
color: #76B53D;
}
</style>
background-color css
<style>
a { background-color: #76B53D; }
a { background-color: rgb(118,181,61); }
div.DivClassName
{
background-color: #76B53D;
}
.BgClassName
{
background-color: #76B53D;
}
</style>
border-color css
<style>
span { border-color: #76B53D; }
span { border-color: rgb(118,181,61); }
td.TdClassName
{
border-color: #76B53D;
}
.TagClassName
{
border-color: #76B53D;
}
</style>