Shades of Apple #76B53A
Tints of Apple #76B53A
RGB
CMYK
RGB Variations
Color information
#76B53A (or 0x76B53A) is known color: Apple. HEX triplet: 76, B5 and 3A. RGB value is (118,181,58). Sum of RGB (Red+Green+Blue) = 118+181+58=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #76B53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B53A is #894AC5. Grayscale: #949494. Windows color (decimal): -8997574 or 3847542. OLE color: 3847542.
HSL color Cylindrical-coordinate representation of color #76B53A: hue angle of 90.73º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76B53A is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 58 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.29 |
| HSL | 90.73º | 0.51% | 0.47% | - |
| HSV(B) | 90.73º | 0.68% | 0.71% | - |
| XYZ | 24.76 | 37.2 | 9.88 | - |
| YUV | 148.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 58 | 0.35 | 0 | 0.68 | 0.29 | 90.73 | 0.51 | 0.47 |
| Hex | 76 | B5 | 3A | 23 | 0 | 44 | 1D | 5B | 33 | 2F |
| Octal | 166 | 265 | 72 | 43 | 0 | 104 | 35 | 133 | 63 | 57 |
| Binary | 1110110 | 10110101 | 111010 | 100011 | 0 | 1000100 | 11101 | 1011011 | 110011 | 101111 |
Color Harmonies of #76B53A
Complementary color
Monochromatic Colors of #76B53A
Black with #76B53A
Text Example
Text Example
White with #76B53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B53A; }
p { color: rgb(118,181,58); }
H1.HeaderClassName
{
color: #76B53A;
}
.AnyTagClassName
{
color: #76B53A;
}
</style>
background-color css
<style>
a { background-color: #76B53A; }
a { background-color: rgb(118,181,58); }
div.DivClassName
{
background-color: #76B53A;
}
.BgClassName
{
background-color: #76B53A;
}
</style>
border-color css
<style>
span { border-color: #76B53A; }
span { border-color: rgb(118,181,58); }
td.TdClassName
{
border-color: #76B53A;
}
.TagClassName
{
border-color: #76B53A;
}
</style>