Shades of Apple #6AA85B
Tints of Apple #6AA85B
RGB
CMYK
RGB Variations
Color information
#6AA85B (or 0x6AA85B) is known color: Apple. HEX triplet: 6A, A8 and 5B. RGB value is (106,168,91). Sum of RGB (Red+Green+Blue) = 106+168+91=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA85B is #9557A4. Grayscale: #8C8C8C. Windows color (decimal): -9787301 or 6006890. OLE color: 6006890.
HSL color Cylindrical-coordinate representation of color #6AA85B: hue angle of 108.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AA85B is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 91 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.34 |
| HSL | 108.31º | 0.31% | 0.51% | - |
| HSV(B) | 108.31º | 0.46% | 0.66% | - |
| XYZ | 21.83 | 31.82 | 14.89 | - |
| YUV | 140.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 91 | 0.37 | 0 | 0.46 | 0.34 | 108.31 | 0.31 | 0.51 |
| Hex | 6A | A8 | 5B | 25 | 0 | 2E | 22 | 6C | 1F | 33 |
| Octal | 152 | 250 | 133 | 45 | 0 | 56 | 42 | 154 | 37 | 63 |
| Binary | 1101010 | 10101000 | 1011011 | 100101 | 0 | 101110 | 100010 | 1101100 | 11111 | 110011 |
Color Harmonies of #6AA85B
Complementary color
Monochromatic Colors of #6AA85B
Black with #6AA85B
Text Example
Text Example
White with #6AA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA85B; }
p { color: rgb(106,168,91); }
H1.HeaderClassName
{
color: #6AA85B;
}
.AnyTagClassName
{
color: #6AA85B;
}
</style>
background-color css
<style>
a { background-color: #6AA85B; }
a { background-color: rgb(106,168,91); }
div.DivClassName
{
background-color: #6AA85B;
}
.BgClassName
{
background-color: #6AA85B;
}
</style>
border-color css
<style>
span { border-color: #6AA85B; }
span { border-color: rgb(106,168,91); }
td.TdClassName
{
border-color: #6AA85B;
}
.TagClassName
{
border-color: #6AA85B;
}
</style>