Shades of Apple #7BBA40
Tints of Apple #7BBA40
RGB
CMYK
RGB Variations
Color information
#7BBA40 (or 0x7BBA40) is known color: Apple. HEX triplet: 7B, BA and 40. RGB value is (123,186,64). Sum of RGB (Red+Green+Blue) = 123+186+64=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA40 is #8445BF. Grayscale: #999999. Windows color (decimal): -8668608 or 4242043. OLE color: 4242043.
HSL color Cylindrical-coordinate representation of color #7BBA40: hue angle of 90.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BBA40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 64 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.27 |
| HSL | 90.98º | 0.49% | 0.49% | - |
| HSV(B) | 90.98º | 0.66% | 0.73% | - |
| XYZ | 26.65 | 39.7 | 11.11 | - |
| YUV | 153.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 64 | 0.34 | 0 | 0.66 | 0.27 | 90.98 | 0.49 | 0.49 |
| Hex | 7B | BA | 40 | 22 | 0 | 42 | 1B | 5B | 31 | 31 |
| Octal | 173 | 272 | 100 | 42 | 0 | 102 | 33 | 133 | 61 | 61 |
| Binary | 1111011 | 10111010 | 1000000 | 100010 | 0 | 1000010 | 11011 | 1011011 | 110001 | 110001 |
Color Harmonies of #7BBA40
Complementary color
Monochromatic Colors of #7BBA40
Black with #7BBA40
Text Example
Text Example
White with #7BBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA40; }
p { color: rgb(123,186,64); }
H1.HeaderClassName
{
color: #7BBA40;
}
.AnyTagClassName
{
color: #7BBA40;
}
</style>
background-color css
<style>
a { background-color: #7BBA40; }
a { background-color: rgb(123,186,64); }
div.DivClassName
{
background-color: #7BBA40;
}
.BgClassName
{
background-color: #7BBA40;
}
</style>
border-color css
<style>
span { border-color: #7BBA40; }
span { border-color: rgb(123,186,64); }
td.TdClassName
{
border-color: #7BBA40;
}
.TagClassName
{
border-color: #7BBA40;
}
</style>