Shades of Apple #7AB241
Tints of Apple #7AB241
RGB
CMYK
RGB Variations
Color information
#7AB241 (or 0x7AB241) is known color: Apple. HEX triplet: 7A, B2 and 41. RGB value is (122,178,65). Sum of RGB (Red+Green+Blue) = 122+178+65=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB241 is #854DBE. Grayscale: #949494. Windows color (decimal): -8736191 or 4305530. OLE color: 4305530.
HSL color Cylindrical-coordinate representation of color #7AB241: hue angle of 89.73º 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 #7AB241 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 65 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.30 |
| HSL | 89.73º | 0.47% | 0.48% | - |
| HSV(B) | 89.73º | 0.63% | 0.7% | - |
| XYZ | 24.9 | 36.36 | 10.71 | - |
| YUV | 148.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 65 | 0.31 | 0 | 0.63 | 0.30 | 89.73 | 0.47 | 0.48 |
| Hex | 7A | B2 | 41 | 1F | 0 | 3F | 1E | 5A | 2F | 30 |
| Octal | 172 | 262 | 101 | 37 | 0 | 77 | 36 | 132 | 57 | 60 |
| Binary | 1111010 | 10110010 | 1000001 | 11111 | 0 | 111111 | 11110 | 1011010 | 101111 | 110000 |
Color Harmonies of #7AB241
Complementary color
Monochromatic Colors of #7AB241
Black with #7AB241
Text Example
Text Example
White with #7AB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB241; }
p { color: rgb(122,178,65); }
H1.HeaderClassName
{
color: #7AB241;
}
.AnyTagClassName
{
color: #7AB241;
}
</style>
background-color css
<style>
a { background-color: #7AB241; }
a { background-color: rgb(122,178,65); }
div.DivClassName
{
background-color: #7AB241;
}
.BgClassName
{
background-color: #7AB241;
}
</style>
border-color css
<style>
span { border-color: #7AB241; }
span { border-color: rgb(122,178,65); }
td.TdClassName
{
border-color: #7AB241;
}
.TagClassName
{
border-color: #7AB241;
}
</style>