Shades of Apple #76B24B
Tints of Apple #76B24B
RGB
CMYK
RGB Variations
Color information
#76B24B (or 0x76B24B) is known color: Apple. HEX triplet: 76, B2 and 4B. RGB value is (118,178,75). Sum of RGB (Red+Green+Blue) = 118+178+75=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #76B24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B24B is #894DB4. Grayscale: #949494. Windows color (decimal): -8998325 or 4960886. OLE color: 4960886.
HSL color Cylindrical-coordinate representation of color #76B24B: hue angle of 94.95º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76B24B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 75 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.30 |
| HSL | 94.95º | 0.41% | 0.5% | - |
| HSV(B) | 94.95º | 0.58% | 0.7% | - |
| XYZ | 24.66 | 36.2 | 12.34 | - |
| YUV | 148.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 75 | 0.34 | 0 | 0.58 | 0.30 | 94.95 | 0.41 | 0.5 |
| Hex | 76 | B2 | 4B | 22 | 0 | 3A | 1E | 5F | 29 | 32 |
| Octal | 166 | 262 | 113 | 42 | 0 | 72 | 36 | 137 | 51 | 62 |
| Binary | 1110110 | 10110010 | 1001011 | 100010 | 0 | 111010 | 11110 | 1011111 | 101001 | 110010 |
Color Harmonies of #76B24B
Complementary color
Monochromatic Colors of #76B24B
Black with #76B24B
Text Example
Text Example
White with #76B24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B24B; }
p { color: rgb(118,178,75); }
H1.HeaderClassName
{
color: #76B24B;
}
.AnyTagClassName
{
color: #76B24B;
}
</style>
background-color css
<style>
a { background-color: #76B24B; }
a { background-color: rgb(118,178,75); }
div.DivClassName
{
background-color: #76B24B;
}
.BgClassName
{
background-color: #76B24B;
}
</style>
border-color css
<style>
span { border-color: #76B24B; }
span { border-color: rgb(118,178,75); }
td.TdClassName
{
border-color: #76B24B;
}
.TagClassName
{
border-color: #76B24B;
}
</style>