Shades of Apple #76B539
Tints of Apple #76B539
RGB
CMYK
RGB Variations
Color information
#76B539 (or 0x76B539) is known color: Apple. HEX triplet: 76, B5 and 39. RGB value is (118,181,57). Sum of RGB (Red+Green+Blue) = 118+181+57=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #76B539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B539 is #894AC6. Grayscale: #949494. Windows color (decimal): -8997575 or 3782006. OLE color: 3782006.
HSL color Cylindrical-coordinate representation of color #76B539: hue angle of 90.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76B539 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 57 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.29 |
| HSL | 90.48º | 0.52% | 0.47% | - |
| HSV(B) | 90.48º | 0.69% | 0.71% | - |
| XYZ | 24.73 | 37.19 | 9.75 | - |
| YUV | 148.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 57 | 0.35 | 0 | 0.69 | 0.29 | 90.48 | 0.52 | 0.47 |
| Hex | 76 | B5 | 39 | 23 | 0 | 45 | 1D | 5A | 34 | 2F |
| Octal | 166 | 265 | 71 | 43 | 0 | 105 | 35 | 132 | 64 | 57 |
| Binary | 1110110 | 10110101 | 111001 | 100011 | 0 | 1000101 | 11101 | 1011010 | 110100 | 101111 |
Color Harmonies of #76B539
Complementary color
Monochromatic Colors of #76B539
Black with #76B539
Text Example
Text Example
White with #76B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B539; }
p { color: rgb(118,181,57); }
H1.HeaderClassName
{
color: #76B539;
}
.AnyTagClassName
{
color: #76B539;
}
</style>
background-color css
<style>
a { background-color: #76B539; }
a { background-color: rgb(118,181,57); }
div.DivClassName
{
background-color: #76B539;
}
.BgClassName
{
background-color: #76B539;
}
</style>
border-color css
<style>
span { border-color: #76B539; }
span { border-color: rgb(118,181,57); }
td.TdClassName
{
border-color: #76B539;
}
.TagClassName
{
border-color: #76B539;
}
</style>