Shades of Apple #7ABB3F
Tints of Apple #7ABB3F
RGB
CMYK
RGB Variations
Color information
#7ABB3F (or 0x7ABB3F) is known color: Apple. HEX triplet: 7A, BB and 3F. RGB value is (122,187,63). Sum of RGB (Red+Green+Blue) = 122+187+63=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB3F is #8544C0. Grayscale: #999999. Windows color (decimal): -8733889 or 4176762. OLE color: 4176762.
HSL color Cylindrical-coordinate representation of color #7ABB3F: hue angle of 91.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ABB3F is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 63 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.27 |
| HSL | 91.45º | 0.5% | 0.49% | - |
| HSV(B) | 91.45º | 0.66% | 0.73% | - |
| XYZ | 26.69 | 40.04 | 11.02 | - |
| YUV | 153.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 63 | 0.35 | 0 | 0.66 | 0.27 | 91.45 | 0.5 | 0.49 |
| Hex | 7A | BB | 3F | 23 | 0 | 42 | 1B | 5B | 32 | 31 |
| Octal | 172 | 273 | 77 | 43 | 0 | 102 | 33 | 133 | 62 | 61 |
| Binary | 1111010 | 10111011 | 111111 | 100011 | 0 | 1000010 | 11011 | 1011011 | 110010 | 110001 |
Color Harmonies of #7ABB3F
Complementary color
Monochromatic Colors of #7ABB3F
Black with #7ABB3F
Text Example
Text Example
White with #7ABB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB3F; }
p { color: rgb(122,187,63); }
H1.HeaderClassName
{
color: #7ABB3F;
}
.AnyTagClassName
{
color: #7ABB3F;
}
</style>
background-color css
<style>
a { background-color: #7ABB3F; }
a { background-color: rgb(122,187,63); }
div.DivClassName
{
background-color: #7ABB3F;
}
.BgClassName
{
background-color: #7ABB3F;
}
</style>
border-color css
<style>
span { border-color: #7ABB3F; }
span { border-color: rgb(122,187,63); }
td.TdClassName
{
border-color: #7ABB3F;
}
.TagClassName
{
border-color: #7ABB3F;
}
</style>