Shades of Apple #7ABF3E
Tints of Apple #7ABF3E
RGB
CMYK
RGB Variations
Color information
#7ABF3E (or 0x7ABF3E) is known color: Apple. HEX triplet: 7A, BF and 3E. RGB value is (122,191,62). Sum of RGB (Red+Green+Blue) = 122+191+62=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF3E is #8540C1. Grayscale: #9C9C9C. Windows color (decimal): -8732866 or 4112250. OLE color: 4112250.
HSL color Cylindrical-coordinate representation of color #7ABF3E: hue angle of 92.09º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ABF3E is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 62 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.25 |
| HSL | 92.09º | 0.51% | 0.5% | - |
| HSV(B) | 92.09º | 0.68% | 0.75% | - |
| XYZ | 27.53 | 41.75 | 11.16 | - |
| YUV | 155.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 62 | 0.36 | 0 | 0.68 | 0.25 | 92.09 | 0.51 | 0.5 |
| Hex | 7A | BF | 3E | 24 | 0 | 44 | 19 | 5C | 33 | 32 |
| Octal | 172 | 277 | 76 | 44 | 0 | 104 | 31 | 134 | 63 | 62 |
| Binary | 1111010 | 10111111 | 111110 | 100100 | 0 | 1000100 | 11001 | 1011100 | 110011 | 110010 |
Color Harmonies of #7ABF3E
Complementary color
Monochromatic Colors of #7ABF3E
Black with #7ABF3E
Text Example
Text Example
White with #7ABF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF3E; }
p { color: rgb(122,191,62); }
H1.HeaderClassName
{
color: #7ABF3E;
}
.AnyTagClassName
{
color: #7ABF3E;
}
</style>
background-color css
<style>
a { background-color: #7ABF3E; }
a { background-color: rgb(122,191,62); }
div.DivClassName
{
background-color: #7ABF3E;
}
.BgClassName
{
background-color: #7ABF3E;
}
</style>
border-color css
<style>
span { border-color: #7ABF3E; }
span { border-color: rgb(122,191,62); }
td.TdClassName
{
border-color: #7ABF3E;
}
.TagClassName
{
border-color: #7ABF3E;
}
</style>