Shades of Apple #7AB93F
Tints of Apple #7AB93F
RGB
CMYK
RGB Variations
Color information
#7AB93F (or 0x7AB93F) is known color: Apple. HEX triplet: 7A, B9 and 3F. RGB value is (122,185,63). Sum of RGB (Red+Green+Blue) = 122+185+63=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB93F is #8546C0. Grayscale: #989898. Windows color (decimal): -8734401 or 4176250. OLE color: 4176250.
HSL color Cylindrical-coordinate representation of color #7AB93F: hue angle of 90.98º degrees, saturation: 0.49, 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 #7AB93F is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 63 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.27 |
| HSL | 90.98º | 0.49% | 0.49% | - |
| HSV(B) | 90.98º | 0.66% | 0.73% | - |
| XYZ | 26.27 | 39.19 | 10.88 | - |
| YUV | 152.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 63 | 0.34 | 0 | 0.66 | 0.27 | 90.98 | 0.49 | 0.49 |
| Hex | 7A | B9 | 3F | 22 | 0 | 42 | 1B | 5B | 31 | 31 |
| Octal | 172 | 271 | 77 | 42 | 0 | 102 | 33 | 133 | 61 | 61 |
| Binary | 1111010 | 10111001 | 111111 | 100010 | 0 | 1000010 | 11011 | 1011011 | 110001 | 110001 |
Color Harmonies of #7AB93F
Complementary color
Monochromatic Colors of #7AB93F
Black with #7AB93F
Text Example
Text Example
White with #7AB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB93F; }
p { color: rgb(122,185,63); }
H1.HeaderClassName
{
color: #7AB93F;
}
.AnyTagClassName
{
color: #7AB93F;
}
</style>
background-color css
<style>
a { background-color: #7AB93F; }
a { background-color: rgb(122,185,63); }
div.DivClassName
{
background-color: #7AB93F;
}
.BgClassName
{
background-color: #7AB93F;
}
</style>
border-color css
<style>
span { border-color: #7AB93F; }
span { border-color: rgb(122,185,63); }
td.TdClassName
{
border-color: #7AB93F;
}
.TagClassName
{
border-color: #7AB93F;
}
</style>