Shades of Apple #7ABD3C
Tints of Apple #7ABD3C
RGB
CMYK
RGB Variations
Color information
#7ABD3C (or 0x7ABD3C) is known color: Apple. HEX triplet: 7A, BD and 3C. RGB value is (122,189,60). Sum of RGB (Red+Green+Blue) = 122+189+60=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD3C is #8542C3. Grayscale: #9A9A9A. Windows color (decimal): -8733380 or 3980666. OLE color: 3980666.
HSL color Cylindrical-coordinate representation of color #7ABD3C: hue angle of 91.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ABD3C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 60 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.26 |
| HSL | 91.16º | 0.52% | 0.49% | - |
| HSV(B) | 91.16º | 0.68% | 0.74% | - |
| XYZ | 27.04 | 40.86 | 10.74 | - |
| YUV | 154.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 60 | 0.35 | 0 | 0.68 | 0.26 | 91.16 | 0.52 | 0.49 |
| Hex | 7A | BD | 3C | 23 | 0 | 44 | 1A | 5B | 34 | 31 |
| Octal | 172 | 275 | 74 | 43 | 0 | 104 | 32 | 133 | 64 | 61 |
| Binary | 1111010 | 10111101 | 111100 | 100011 | 0 | 1000100 | 11010 | 1011011 | 110100 | 110001 |
Color Harmonies of #7ABD3C
Complementary color
Monochromatic Colors of #7ABD3C
Black with #7ABD3C
Text Example
Text Example
White with #7ABD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD3C; }
p { color: rgb(122,189,60); }
H1.HeaderClassName
{
color: #7ABD3C;
}
.AnyTagClassName
{
color: #7ABD3C;
}
</style>
background-color css
<style>
a { background-color: #7ABD3C; }
a { background-color: rgb(122,189,60); }
div.DivClassName
{
background-color: #7ABD3C;
}
.BgClassName
{
background-color: #7ABD3C;
}
</style>
border-color css
<style>
span { border-color: #7ABD3C; }
span { border-color: rgb(122,189,60); }
td.TdClassName
{
border-color: #7ABD3C;
}
.TagClassName
{
border-color: #7ABD3C;
}
</style>