Shades of Apple #7AB349
Tints of Apple #7AB349
RGB
CMYK
RGB Variations
Color information
#7AB349 (or 0x7AB349) is known color: Apple. HEX triplet: 7A, B3 and 49. RGB value is (122,179,73). Sum of RGB (Red+Green+Blue) = 122+179+73=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB349 is #854CB6. Grayscale: #969696. Windows color (decimal): -8735927 or 4830074. OLE color: 4830074.
HSL color Cylindrical-coordinate representation of color #7AB349: hue angle of 92.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB349 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 73 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.30 |
| HSL | 92.26º | 0.42% | 0.49% | - |
| HSV(B) | 92.26º | 0.59% | 0.7% | - |
| XYZ | 25.35 | 36.86 | 12.08 | - |
| YUV | 149.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 73 | 0.32 | 0 | 0.59 | 0.30 | 92.26 | 0.42 | 0.49 |
| Hex | 7A | B3 | 49 | 20 | 0 | 3B | 1E | 5C | 2A | 31 |
| Octal | 172 | 263 | 111 | 40 | 0 | 73 | 36 | 134 | 52 | 61 |
| Binary | 1111010 | 10110011 | 1001001 | 100000 | 0 | 111011 | 11110 | 1011100 | 101010 | 110001 |
Color Harmonies of #7AB349
Complementary color
Monochromatic Colors of #7AB349
Black with #7AB349
Text Example
Text Example
White with #7AB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB349; }
p { color: rgb(122,179,73); }
H1.HeaderClassName
{
color: #7AB349;
}
.AnyTagClassName
{
color: #7AB349;
}
</style>
background-color css
<style>
a { background-color: #7AB349; }
a { background-color: rgb(122,179,73); }
div.DivClassName
{
background-color: #7AB349;
}
.BgClassName
{
background-color: #7AB349;
}
</style>
border-color css
<style>
span { border-color: #7AB349; }
span { border-color: rgb(122,179,73); }
td.TdClassName
{
border-color: #7AB349;
}
.TagClassName
{
border-color: #7AB349;
}
</style>