Shades of Apple #7ABF3A
Tints of Apple #7ABF3A
RGB
CMYK
RGB Variations
Color information
#7ABF3A (or 0x7ABF3A) is known color: Apple. HEX triplet: 7A, BF and 3A. RGB value is (122,191,58). Sum of RGB (Red+Green+Blue) = 122+191+58=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF3A is #8540C5. Grayscale: #9B9B9B. Windows color (decimal): -8732870 or 3850106. OLE color: 3850106.
HSL color Cylindrical-coordinate representation of color #7ABF3A: hue angle of 91.13º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ABF3A is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 58 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.25 |
| HSL | 91.13º | 0.53% | 0.49% | - |
| HSV(B) | 91.13º | 0.7% | 0.75% | - |
| XYZ | 27.42 | 41.7 | 10.61 | - |
| YUV | 155.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 58 | 0.36 | 0 | 0.70 | 0.25 | 91.13 | 0.53 | 0.49 |
| Hex | 7A | BF | 3A | 24 | 0 | 46 | 19 | 5B | 35 | 31 |
| Octal | 172 | 277 | 72 | 44 | 0 | 106 | 31 | 133 | 65 | 61 |
| Binary | 1111010 | 10111111 | 111010 | 100100 | 0 | 1000110 | 11001 | 1011011 | 110101 | 110001 |
Color Harmonies of #7ABF3A
Complementary color
Monochromatic Colors of #7ABF3A
Black with #7ABF3A
Text Example
Text Example
White with #7ABF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF3A; }
p { color: rgb(122,191,58); }
H1.HeaderClassName
{
color: #7ABF3A;
}
.AnyTagClassName
{
color: #7ABF3A;
}
</style>
background-color css
<style>
a { background-color: #7ABF3A; }
a { background-color: rgb(122,191,58); }
div.DivClassName
{
background-color: #7ABF3A;
}
.BgClassName
{
background-color: #7ABF3A;
}
</style>
border-color css
<style>
span { border-color: #7ABF3A; }
span { border-color: rgb(122,191,58); }
td.TdClassName
{
border-color: #7ABF3A;
}
.TagClassName
{
border-color: #7ABF3A;
}
</style>