Shades of Apple #7ABC3F
Tints of Apple #7ABC3F
RGB
CMYK
RGB Variations
Color information
#7ABC3F (or 0x7ABC3F) is known color: Apple. HEX triplet: 7A, BC and 3F. RGB value is (122,188,63). Sum of RGB (Red+Green+Blue) = 122+188+63=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC3F is #8543C0. Grayscale: #9A9A9A. Windows color (decimal): -8733633 or 4177018. OLE color: 4177018.
HSL color Cylindrical-coordinate representation of color #7ABC3F: hue angle of 91.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ABC3F is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 63 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.26 |
| HSL | 91.68º | 0.5% | 0.49% | - |
| HSV(B) | 91.68º | 0.66% | 0.74% | - |
| XYZ | 26.91 | 40.46 | 11.09 | - |
| YUV | 154.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 63 | 0.35 | 0 | 0.66 | 0.26 | 91.68 | 0.5 | 0.49 |
| Hex | 7A | BC | 3F | 23 | 0 | 42 | 1A | 5C | 32 | 31 |
| Octal | 172 | 274 | 77 | 43 | 0 | 102 | 32 | 134 | 62 | 61 |
| Binary | 1111010 | 10111100 | 111111 | 100011 | 0 | 1000010 | 11010 | 1011100 | 110010 | 110001 |
Color Harmonies of #7ABC3F
Complementary color
Monochromatic Colors of #7ABC3F
Black with #7ABC3F
Text Example
Text Example
White with #7ABC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC3F; }
p { color: rgb(122,188,63); }
H1.HeaderClassName
{
color: #7ABC3F;
}
.AnyTagClassName
{
color: #7ABC3F;
}
</style>
background-color css
<style>
a { background-color: #7ABC3F; }
a { background-color: rgb(122,188,63); }
div.DivClassName
{
background-color: #7ABC3F;
}
.BgClassName
{
background-color: #7ABC3F;
}
</style>
border-color css
<style>
span { border-color: #7ABC3F; }
span { border-color: rgb(122,188,63); }
td.TdClassName
{
border-color: #7ABC3F;
}
.TagClassName
{
border-color: #7ABC3F;
}
</style>