Shades of Apple #7ABC3B
Tints of Apple #7ABC3B
RGB
CMYK
RGB Variations
Color information
#7ABC3B (or 0x7ABC3B) is known color: Apple. HEX triplet: 7A, BC and 3B. RGB value is (122,188,59). Sum of RGB (Red+Green+Blue) = 122+188+59=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC3B is #8543C4. Grayscale: #9A9A9A. Windows color (decimal): -8733637 or 3914874. OLE color: 3914874.
HSL color Cylindrical-coordinate representation of color #7ABC3B: hue angle of 90.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ABC3B is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 59 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.26 |
| HSL | 90.7º | 0.52% | 0.48% | - |
| HSV(B) | 90.7º | 0.69% | 0.74% | - |
| XYZ | 26.8 | 40.42 | 10.53 | - |
| YUV | 153.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 59 | 0.35 | 0 | 0.69 | 0.26 | 90.7 | 0.52 | 0.48 |
| Hex | 7A | BC | 3B | 23 | 0 | 45 | 1A | 5B | 34 | 30 |
| Octal | 172 | 274 | 73 | 43 | 0 | 105 | 32 | 133 | 64 | 60 |
| Binary | 1111010 | 10111100 | 111011 | 100011 | 0 | 1000101 | 11010 | 1011011 | 110100 | 110000 |
Color Harmonies of #7ABC3B
Complementary color
Monochromatic Colors of #7ABC3B
Black with #7ABC3B
Text Example
Text Example
White with #7ABC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC3B; }
p { color: rgb(122,188,59); }
H1.HeaderClassName
{
color: #7ABC3B;
}
.AnyTagClassName
{
color: #7ABC3B;
}
</style>
background-color css
<style>
a { background-color: #7ABC3B; }
a { background-color: rgb(122,188,59); }
div.DivClassName
{
background-color: #7ABC3B;
}
.BgClassName
{
background-color: #7ABC3B;
}
</style>
border-color css
<style>
span { border-color: #7ABC3B; }
span { border-color: rgb(122,188,59); }
td.TdClassName
{
border-color: #7ABC3B;
}
.TagClassName
{
border-color: #7ABC3B;
}
</style>