Shades of Apple #7BB241
Tints of Apple #7BB241
RGB
CMYK
RGB Variations
Color information
#7BB241 (or 0x7BB241) is known color: Apple. HEX triplet: 7B, B2 and 41. RGB value is (123,178,65). Sum of RGB (Red+Green+Blue) = 123+178+65=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB241 is #844DBE. Grayscale: #959595. Windows color (decimal): -8670655 or 4305531. OLE color: 4305531.
HSL color Cylindrical-coordinate representation of color #7BB241: hue angle of 89.2º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BB241 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 65 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.30 |
| HSL | 89.2º | 0.47% | 0.48% | - |
| HSV(B) | 89.2º | 0.63% | 0.7% | - |
| XYZ | 25.04 | 36.43 | 10.71 | - |
| YUV | 148.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 65 | 0.31 | 0 | 0.63 | 0.30 | 89.2 | 0.47 | 0.48 |
| Hex | 7B | B2 | 41 | 1F | 0 | 3F | 1E | 59 | 2F | 30 |
| Octal | 173 | 262 | 101 | 37 | 0 | 77 | 36 | 131 | 57 | 60 |
| Binary | 1111011 | 10110010 | 1000001 | 11111 | 0 | 111111 | 11110 | 1011001 | 101111 | 110000 |
Color Harmonies of #7BB241
Complementary color
Monochromatic Colors of #7BB241
Black with #7BB241
Text Example
Text Example
White with #7BB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB241; }
p { color: rgb(123,178,65); }
H1.HeaderClassName
{
color: #7BB241;
}
.AnyTagClassName
{
color: #7BB241;
}
</style>
background-color css
<style>
a { background-color: #7BB241; }
a { background-color: rgb(123,178,65); }
div.DivClassName
{
background-color: #7BB241;
}
.BgClassName
{
background-color: #7BB241;
}
</style>
border-color css
<style>
span { border-color: #7BB241; }
span { border-color: rgb(123,178,65); }
td.TdClassName
{
border-color: #7BB241;
}
.TagClassName
{
border-color: #7BB241;
}
</style>