Shades of Apple #7BBD40
Tints of Apple #7BBD40
RGB
CMYK
RGB Variations
Color information
#7BBD40 (or 0x7BBD40) is known color: Apple. HEX triplet: 7B, BD and 40. RGB value is (123,189,64). Sum of RGB (Red+Green+Blue) = 123+189+64=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD40 is #8442BF. Grayscale: #9B9B9B. Windows color (decimal): -8667840 or 4242811. OLE color: 4242811.
HSL color Cylindrical-coordinate representation of color #7BBD40: hue angle of 91.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BBD40 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 64 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.26 |
| HSL | 91.68º | 0.49% | 0.5% | - |
| HSV(B) | 91.68º | 0.66% | 0.74% | - |
| XYZ | 27.29 | 40.98 | 11.32 | - |
| YUV | 155.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 64 | 0.35 | 0 | 0.66 | 0.26 | 91.68 | 0.49 | 0.5 |
| Hex | 7B | BD | 40 | 23 | 0 | 42 | 1A | 5C | 31 | 32 |
| Octal | 173 | 275 | 100 | 43 | 0 | 102 | 32 | 134 | 61 | 62 |
| Binary | 1111011 | 10111101 | 1000000 | 100011 | 0 | 1000010 | 11010 | 1011100 | 110001 | 110010 |
Color Harmonies of #7BBD40
Complementary color
Monochromatic Colors of #7BBD40
Black with #7BBD40
Text Example
Text Example
White with #7BBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD40; }
p { color: rgb(123,189,64); }
H1.HeaderClassName
{
color: #7BBD40;
}
.AnyTagClassName
{
color: #7BBD40;
}
</style>
background-color css
<style>
a { background-color: #7BBD40; }
a { background-color: rgb(123,189,64); }
div.DivClassName
{
background-color: #7BBD40;
}
.BgClassName
{
background-color: #7BBD40;
}
</style>
border-color css
<style>
span { border-color: #7BBD40; }
span { border-color: rgb(123,189,64); }
td.TdClassName
{
border-color: #7BBD40;
}
.TagClassName
{
border-color: #7BBD40;
}
</style>