Shades of Apple #7ABB42
Tints of Apple #7ABB42
RGB
CMYK
RGB Variations
Color information
#7ABB42 (or 0x7ABB42) is known color: Apple. HEX triplet: 7A, BB and 42. RGB value is (122,187,66). Sum of RGB (Red+Green+Blue) = 122+187+66=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB42 is #8544BD. Grayscale: #9A9A9A. Windows color (decimal): -8733886 or 4373370. OLE color: 4373370.
HSL color Cylindrical-coordinate representation of color #7ABB42: hue angle of 92.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ABB42 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 66 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.27 |
| HSL | 92.23º | 0.48% | 0.5% | - |
| HSV(B) | 92.23º | 0.65% | 0.73% | - |
| XYZ | 26.78 | 40.07 | 11.48 | - |
| YUV | 153.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 66 | 0.35 | 0 | 0.65 | 0.27 | 92.23 | 0.48 | 0.5 |
| Hex | 7A | BB | 42 | 23 | 0 | 41 | 1B | 5C | 30 | 32 |
| Octal | 172 | 273 | 102 | 43 | 0 | 101 | 33 | 134 | 60 | 62 |
| Binary | 1111010 | 10111011 | 1000010 | 100011 | 0 | 1000001 | 11011 | 1011100 | 110000 | 110010 |
Color Harmonies of #7ABB42
Complementary color
Monochromatic Colors of #7ABB42
Black with #7ABB42
Text Example
Text Example
White with #7ABB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB42; }
p { color: rgb(122,187,66); }
H1.HeaderClassName
{
color: #7ABB42;
}
.AnyTagClassName
{
color: #7ABB42;
}
</style>
background-color css
<style>
a { background-color: #7ABB42; }
a { background-color: rgb(122,187,66); }
div.DivClassName
{
background-color: #7ABB42;
}
.BgClassName
{
background-color: #7ABB42;
}
</style>
border-color css
<style>
span { border-color: #7ABB42; }
span { border-color: rgb(122,187,66); }
td.TdClassName
{
border-color: #7ABB42;
}
.TagClassName
{
border-color: #7ABB42;
}
</style>