Shades of Apple #6AB45B
Tints of Apple #6AB45B
RGB
CMYK
RGB Variations
Color information
#6AB45B (or 0x6AB45B) is known color: Apple. HEX triplet: 6A, B4 and 5B. RGB value is (106,180,91). Sum of RGB (Red+Green+Blue) = 106+180+91=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB45B is #954BA4. Grayscale: #949494. Windows color (decimal): -9784229 or 6009962. OLE color: 6009962.
HSL color Cylindrical-coordinate representation of color #6AB45B: hue angle of 109.89º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AB45B is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 91 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.29 |
| HSL | 109.89º | 0.37% | 0.53% | - |
| HSV(B) | 109.89º | 0.49% | 0.71% | - |
| XYZ | 24.15 | 36.46 | 15.66 | - |
| YUV | 147.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 91 | 0.41 | 0 | 0.49 | 0.29 | 109.89 | 0.37 | 0.53 |
| Hex | 6A | B4 | 5B | 29 | 0 | 31 | 1D | 6E | 25 | 35 |
| Octal | 152 | 264 | 133 | 51 | 0 | 61 | 35 | 156 | 45 | 65 |
| Binary | 1101010 | 10110100 | 1011011 | 101001 | 0 | 110001 | 11101 | 1101110 | 100101 | 110101 |
Color Harmonies of #6AB45B
Complementary color
Monochromatic Colors of #6AB45B
Black with #6AB45B
Text Example
Text Example
White with #6AB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB45B; }
p { color: rgb(106,180,91); }
H1.HeaderClassName
{
color: #6AB45B;
}
.AnyTagClassName
{
color: #6AB45B;
}
</style>
background-color css
<style>
a { background-color: #6AB45B; }
a { background-color: rgb(106,180,91); }
div.DivClassName
{
background-color: #6AB45B;
}
.BgClassName
{
background-color: #6AB45B;
}
</style>
border-color css
<style>
span { border-color: #6AB45B; }
span { border-color: rgb(106,180,91); }
td.TdClassName
{
border-color: #6AB45B;
}
.TagClassName
{
border-color: #6AB45B;
}
</style>