Shades of Apple #6ABA3B
Tints of Apple #6ABA3B
RGB
CMYK
RGB Variations
Color information
#6ABA3B (or 0x6ABA3B) is known color: Apple. HEX triplet: 6A, BA and 3B. RGB value is (106,186,59). Sum of RGB (Red+Green+Blue) = 106+186+59=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA3B is #9545C4. Grayscale: #949494. Windows color (decimal): -9782725 or 3914346. OLE color: 3914346.
HSL color Cylindrical-coordinate representation of color #6ABA3B: hue angle of 97.8º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ABA3B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 59 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.27 |
| HSL | 97.8º | 0.52% | 0.48% | - |
| HSV(B) | 97.8º | 0.68% | 0.73% | - |
| XYZ | 24.29 | 38.5 | 10.29 | - |
| YUV | 147.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 59 | 0.43 | 0 | 0.68 | 0.27 | 97.8 | 0.52 | 0.48 |
| Hex | 6A | BA | 3B | 2B | 0 | 44 | 1B | 62 | 34 | 30 |
| Octal | 152 | 272 | 73 | 53 | 0 | 104 | 33 | 142 | 64 | 60 |
| Binary | 1101010 | 10111010 | 111011 | 101011 | 0 | 1000100 | 11011 | 1100010 | 110100 | 110000 |
Color Harmonies of #6ABA3B
Complementary color
Monochromatic Colors of #6ABA3B
Black with #6ABA3B
Text Example
Text Example
White with #6ABA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA3B; }
p { color: rgb(106,186,59); }
H1.HeaderClassName
{
color: #6ABA3B;
}
.AnyTagClassName
{
color: #6ABA3B;
}
</style>
background-color css
<style>
a { background-color: #6ABA3B; }
a { background-color: rgb(106,186,59); }
div.DivClassName
{
background-color: #6ABA3B;
}
.BgClassName
{
background-color: #6ABA3B;
}
</style>
border-color css
<style>
span { border-color: #6ABA3B; }
span { border-color: rgb(106,186,59); }
td.TdClassName
{
border-color: #6ABA3B;
}
.TagClassName
{
border-color: #6ABA3B;
}
</style>