Shades of Apple #76B33B
Tints of Apple #76B33B
RGB
CMYK
RGB Variations
Color information
#76B33B (or 0x76B33B) is known color: Apple. HEX triplet: 76, B3 and 3B. RGB value is (118,179,59). Sum of RGB (Red+Green+Blue) = 118+179+59=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #76B33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B33B is #894CC4. Grayscale: #939393. Windows color (decimal): -8998085 or 3912566. OLE color: 3912566.
HSL color Cylindrical-coordinate representation of color #76B33B: hue angle of 90.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76B33B is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 59 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.30 |
| HSL | 90.5º | 0.5% | 0.47% | - |
| HSV(B) | 90.5º | 0.67% | 0.7% | - |
| XYZ | 24.38 | 36.41 | 9.88 | - |
| YUV | 147.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 59 | 0.34 | 0 | 0.67 | 0.30 | 90.5 | 0.5 | 0.47 |
| Hex | 76 | B3 | 3B | 22 | 0 | 43 | 1E | 5A | 32 | 2F |
| Octal | 166 | 263 | 73 | 42 | 0 | 103 | 36 | 132 | 62 | 57 |
| Binary | 1110110 | 10110011 | 111011 | 100010 | 0 | 1000011 | 11110 | 1011010 | 110010 | 101111 |
Color Harmonies of #76B33B
Complementary color
Monochromatic Colors of #76B33B
Black with #76B33B
Text Example
Text Example
White with #76B33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B33B; }
p { color: rgb(118,179,59); }
H1.HeaderClassName
{
color: #76B33B;
}
.AnyTagClassName
{
color: #76B33B;
}
</style>
background-color css
<style>
a { background-color: #76B33B; }
a { background-color: rgb(118,179,59); }
div.DivClassName
{
background-color: #76B33B;
}
.BgClassName
{
background-color: #76B33B;
}
</style>
border-color css
<style>
span { border-color: #76B33B; }
span { border-color: rgb(118,179,59); }
td.TdClassName
{
border-color: #76B33B;
}
.TagClassName
{
border-color: #76B33B;
}
</style>