Shades of Apple #7ABA3D
Tints of Apple #7ABA3D
RGB
CMYK
RGB Variations
Color information
#7ABA3D (or 0x7ABA3D) is known color: Apple. HEX triplet: 7A, BA and 3D. RGB value is (122,186,61). Sum of RGB (Red+Green+Blue) = 122+186+61=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA3D is #8545C2. Grayscale: #999999. Windows color (decimal): -8734147 or 4045434. OLE color: 4045434.
HSL color Cylindrical-coordinate representation of color #7ABA3D: hue angle of 90.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ABA3D is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 61 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.27 |
| HSL | 90.72º | 0.51% | 0.48% | - |
| HSV(B) | 90.72º | 0.67% | 0.73% | - |
| XYZ | 26.43 | 39.59 | 10.66 | - |
| YUV | 152.61 | 76.3 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 61 | 0.34 | 0 | 0.67 | 0.27 | 90.72 | 0.51 | 0.48 |
| Hex | 7A | BA | 3D | 22 | 0 | 43 | 1B | 5B | 33 | 30 |
| Octal | 172 | 272 | 75 | 42 | 0 | 103 | 33 | 133 | 63 | 60 |
| Binary | 1111010 | 10111010 | 111101 | 100010 | 0 | 1000011 | 11011 | 1011011 | 110011 | 110000 |
Color Harmonies of #7ABA3D
Complementary color
Monochromatic Colors of #7ABA3D
Black with #7ABA3D
Text Example
Text Example
White with #7ABA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA3D; }
p { color: rgb(122,186,61); }
H1.HeaderClassName
{
color: #7ABA3D;
}
.AnyTagClassName
{
color: #7ABA3D;
}
</style>
background-color css
<style>
a { background-color: #7ABA3D; }
a { background-color: rgb(122,186,61); }
div.DivClassName
{
background-color: #7ABA3D;
}
.BgClassName
{
background-color: #7ABA3D;
}
</style>
border-color css
<style>
span { border-color: #7ABA3D; }
span { border-color: rgb(122,186,61); }
td.TdClassName
{
border-color: #7ABA3D;
}
.TagClassName
{
border-color: #7ABA3D;
}
</style>